mirror of
https://github.com/python/cpython.git
synced 2025-08-19 16:20:59 +00:00
Fix docstring bug
This commit is contained in:
parent
fdf7bf8305
commit
0bafda4546
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