mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
Fix typo
This commit is contained in:
parent
9fe6199b4e
commit
3d08d88459
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ described below. In addition, the module provides three pre-made contexts:
|
|||
|
||||
This context is used by the :class:`Context` constructor as a prototype for new
|
||||
contexts. Changing a field (such a precision) has the effect of changing the
|
||||
default for new contexts creating by the :class:`Context` constructor.
|
||||
default for new contexts created by the :class:`Context` constructor.
|
||||
|
||||
This context is most useful in multi-threaded environments. Changing one of the
|
||||
fields before threads are started has the effect of setting system-wide
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue