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

Skip to content

Commit a119393

Browse files
committed
Merged revisions 81598 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r81598 | stefan.krah | 2010-05-29 14:54:35 +0200 (Sat, 29 May 2010) | 1 line Fix typo ........
1 parent 2016dc9 commit a119393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/decimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ described below. In addition, the module provides three pre-made contexts:
874874

875875
This context is used by the :class:`Context` constructor as a prototype for new
876876
contexts. Changing a field (such a precision) has the effect of changing the
877-
default for new contexts creating by the :class:`Context` constructor.
877+
default for new contexts created by the :class:`Context` constructor.
878878

879879
This context is most useful in multi-threaded environments. Changing one of the
880880
fields before threads are started has the effect of setting system-wide

0 commit comments

Comments
 (0)