Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c94e6f + b5ff3e4 commit 9481e41Copy full SHA for 9481e41
1 file changed
Doc/library/profile.rst
@@ -50,7 +50,7 @@ compatibility layer on top of the internal :mod:`_lsprof` module.
50
51
The profiler modules are designed to provide an execution profile for a given
52
program, not for benchmarking purposes (for that, there is :mod:`timeit` for
53
- resonably accurate results). This particularly applies to benchmarking
+ reasonably accurate results). This particularly applies to benchmarking
54
Python code against C code: the profilers introduce overhead for Python code,
55
but not for C-level functions, and so the C code would seem faster than any
56
Python one.
0 commit comments