mirror of https://github.com/python/cpython
Fix docstring bug
This commit is contained in:
parent
0e7a632f57
commit
495df4716f
|
@ -487,7 +487,7 @@ def localcontext(ctx=None):
|
|||
28
|
||||
>>> with localcontext():
|
||||
... ctx = getcontext()
|
||||
... ctx.prec() += 2
|
||||
... ctx.prec += 2
|
||||
... print ctx.prec
|
||||
...
|
||||
30
|
||||
|
|
Loading…
Reference in New Issue