Kaydet (Commit) b19542d0 authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Fix minor docs markup errors.

üst 41e7244c
...@@ -261,7 +261,7 @@ For more advanced work, it may be useful to create alternate contexts using the ...@@ -261,7 +261,7 @@ For more advanced work, it may be useful to create alternate contexts using the
Context() constructor. To make an alternate active, use the :func:`setcontext` Context() constructor. To make an alternate active, use the :func:`setcontext`
function. function.
In accordance with the standard, the :mod:`Decimal` module provides two ready to In accordance with the standard, the :mod:`decimal` module provides two ready to
use standard contexts, :const:`BasicContext` and :const:`ExtendedContext`. The use standard contexts, :const:`BasicContext` and :const:`ExtendedContext`. The
former is especially useful for debugging because many of the traps are former is especially useful for debugging because many of the traps are
enabled: enabled:
......
...@@ -638,7 +638,7 @@ you are using :class:`profile.Profile` or :class:`cProfile.Profile`, ...@@ -638,7 +638,7 @@ you are using :class:`profile.Profile` or :class:`cProfile.Profile`,
pr = cProfile.Profile(your_integer_time_func, 0.001) pr = cProfile.Profile(your_integer_time_func, 0.001)
As the :mod:`cProfile.Profile` class cannot be calibrated, custom timer As the :class:`cProfile.Profile` class cannot be calibrated, custom timer
functions should be used with care and should be as fast as possible. For functions should be used with care and should be as fast as possible. For
the best results with a custom timer, it might be necessary to hard-code it the best results with a custom timer, it might be necessary to hard-code it
in the C source of the internal :mod:`_lsprof` module. in the C source of the internal :mod:`_lsprof` module.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment