Skip to content

Commit 54baab1

Browse files
Update doc/benchmarks.rst
Co-authored-by: Kumar Aditya <[email protected]>
1 parent b296e78 commit 54baab1

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
@@ -135,7 +135,7 @@ ctypes
135135

136136
Benchmark to measure the function call overhead of calling C functions using ctypes.
137137

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

0 commit comments

Comments
 (0)