The docs claimed a test would pass that actually wouldn't pass. Repaired

the example so it does pass.
This commit is contained in:
Tim Peters 2004-10-04 03:34:32 +00:00
parent b9b5f160ab
commit 29978aedcb

View file

@ -520,6 +520,7 @@ SyntaxError: invalid syntax
\begin{verbatim}
>>> 1 1
Traceback (most recent call last):
File "<stdin>", line 1
1 1
^