From 8075b0f215527dd5329981bc2f58d4a8174e0f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 22 Apr 2024 11:35:40 +0200 Subject: [PATCH] Input --- README.md | 2 +- index.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0f04a0..6f24294 100644 --- a/README.md +++ b/README.md @@ -1525,7 +1525,7 @@ Input = input(prompt=None) ``` * **Reads a line from the user input or pipe if present (trailing newline gets stripped).** -* **Prompt string is printed to the standard output before reading input.** +* **Prompt string is printed to the standard output before input is read.** * **Raises EOFError when user hits EOF (ctrl-d/ctrl-z⏎) or input stream gets exhausted.** diff --git a/index.html b/index.html index 51d364a..884979a 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@
- +
@@ -1296,7 +1296,7 @@ pprint(<collection>, width=80, depth=
  • Reads a line from the user input or pipe if present (trailing newline gets stripped).
  • -
  • Prompt string is printed to the standard output before reading input.
  • +
  • Prompt string is printed to the standard output before input is read.
  • Raises EOFError when user hits EOF (ctrl-d/ctrl-z⏎) or input stream gets exhausted.
  • #Command Line Arguments

    import sys
    @@ -2933,7 +2933,7 @@ $ deactivate                  # Deactivates the activ