Commit 7b469423 authored by Georg Brandl's avatar Georg Brandl

Oops.

parent c0902988
......@@ -531,12 +531,12 @@ available. They are listed here in alphabetical order.
to a string (stripping a trailing newline), and returns that. When EOF is
read, :exc:`EOFError` is raised. Example::
>>> s = raw_input('--> ')
>>> s = input('--> ')
--> Monty Python's Flying Circus
>>> s
"Monty Python's Flying Circus"
If the :mod:`readline` module was loaded, then :func:`raw_input` will use it
If the :mod:`readline` module was loaded, then :func:`input` will use it
to provide elaborate line editing and history features.
......
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