Skip to content

Commit cc4f985

Browse files
Apply suggestions from code review
Co-authored-by: Kumar Aditya <[email protected]>
1 parent 8d4284f commit cc4f985

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
@@ -115,7 +115,7 @@ ctypes
115115
Benchmark to measure the function call overhead of calling C functions using ctypes.
116116

117117
The ``ctypes`` benchmark lets ``ctypes`` infer the argument types from the passed in
118-
values. The `ctypes_argtypes` benchmark `explicitly specifies the argument types
118+
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.
121121

0 commit comments

Comments
 (0)