Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9481e41

Browse files
committed
Merge with 3.1
2 parents 6c94e6f + b5ff3e4 commit 9481e41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/profile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ compatibility layer on top of the internal :mod:`_lsprof` module.
5050

5151
The profiler modules are designed to provide an execution profile for a given
5252
program, not for benchmarking purposes (for that, there is :mod:`timeit` for
53-
resonably accurate results). This particularly applies to benchmarking
53+
reasonably accurate results). This particularly applies to benchmarking
5454
Python code against C code: the profilers introduce overhead for Python code,
5555
but not for C-level functions, and so the C code would seem faster than any
5656
Python one.

0 commit comments

Comments
 (0)