Skip to content

Commit a1e4f87

Browse files
wshanksnewville
authored andcommitted
Remove stray change to user_guide.rst
1 parent 5d255a5 commit a1e4f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ There is not a unique definition for ``0**0``, however python takes the conventi
297297
If the power operation is performed on an ``(x, y)`` pair for which ``x**y`` is
298298
undefined then an exception will be raised:
299299

300-
>>> x = ufloat(0.0, 0.2)
300+
>>> x = ufloat(0, 0.2)
301301
>>> y = ufloat(-3.4, 0.4)
302302
>>> print(x**y)
303303
Traceback (most recent call last):

0 commit comments

Comments
 (0)