mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
The docs claimed a test would pass that actually wouldn't pass. Repaired
the example so it does pass.
This commit is contained in:
parent
b9b5f160ab
commit
29978aedcb
1 changed files with 2 additions and 1 deletions
|
@ -520,6 +520,7 @@ SyntaxError: invalid syntax
|
|||
|
||||
\begin{verbatim}
|
||||
>>> 1 1
|
||||
Traceback (most recent call last):
|
||||
File "<stdin>", line 1
|
||||
1 1
|
||||
^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue