We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cac6f3 commit 8d4284fCopy full SHA for 8d4284f
doc/benchmarks.rst
@@ -114,7 +114,7 @@ ctypes
114
115
Benchmark to measure the function call overhead of calling C functions using ctypes.
116
117
-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
118
values. The `ctypes_argtypes` benchmark `explicitly specifies the argument types
119
<https://docs.python.org/3.10/library/ctypes.html?highlight=ctypes#specifying-the-required-argument-types-function-prototypes>`_,
120
which is slower than inferred argument types.
0 commit comments