We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b296e78 commit 54baab1Copy full SHA for 54baab1
doc/benchmarks.rst
@@ -135,7 +135,7 @@ ctypes
135
136
Benchmark to measure the function call overhead of calling C functions using ctypes.
137
138
-The `ctypes` benchmark lets `ctypes` infer the argument types from the passed in
+The ``ctypes`` benchmark lets ``ctypes`` infer the argument types from the passed in
139
values. The `ctypes_argtypes` benchmark `explicitly specifies the argument types
140
<https://docs.python.org/3.10/library/ctypes.html?highlight=ctypes#specifying-the-required-argument-types-function-prototypes>`_,
141
which is slower than inferred argument types.
0 commit comments