Commit 495df471 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix docstring bug

parent 0e7a632f
...@@ -487,7 +487,7 @@ def localcontext(ctx=None): ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment