mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Fix docstring bug
This commit is contained in:
parent
0e7a632f57
commit
495df4716f
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ def localcontext(ctx=None):
|
||||||
28
|
28
|
||||||
>>> with localcontext():
|
>>> with localcontext():
|
||||||
... ctx = getcontext()
|
... ctx = getcontext()
|
||||||
... ctx.prec() += 2
|
... ctx.prec += 2
|
||||||
... print ctx.prec
|
... print ctx.prec
|
||||||
...
|
...
|
||||||
30
|
30
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue