mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +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
|
||||
>>> with localcontext():
|
||||
... ctx = getcontext()
|
||||
... ctx.prec() += 2
|
||||
... ctx.prec += 2
|
||||
... print ctx.prec
|
||||
...
|
||||
30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue