Skip to content

Commit 8d4284f

Browse files
Update doc/benchmarks.rst
Co-authored-by: Kumar Aditya <[email protected]>
1 parent 9cac6f3 commit 8d4284f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/benchmarks.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ctypes
114114

115115
Benchmark to measure the function call overhead of calling C functions using ctypes.
116116

117-
The `ctypes` benchmark lets `ctypes` infer the argument types from the passed in
117+
The ``ctypes`` benchmark lets ``ctypes`` infer the argument types from the passed in
118118
values. The `ctypes_argtypes` benchmark `explicitly specifies the argument types
119119
<https://docs.python.org/3.10/library/ctypes.html?highlight=ctypes#specifying-the-required-argument-types-function-prototypes>`_,
120120
which is slower than inferred argument types.

0 commit comments

Comments
 (0)