We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12f7b7 commit 202e82aCopy full SHA for 202e82a
stdlib/builtin/builtin.go
@@ -1188,8 +1188,7 @@ const input_doc = `input([prompt]) -> string
1188
Read a string from standard input. The trailing newline is stripped.
1189
The prompt string, if given, is printed to standard output without a
1190
trailing newline before reading input.
1191
-If the user hits EOF (*nix: Ctrl-D, Windows: Ctrl-Z+Return), raise EOFError.
1192
-On *nix systems, GNU readline is used if enabled.`
+If the user hits EOF (*nix: Ctrl-D, Windows: Ctrl-Z+Return), raise EOFError.`
1193
1194
func builtin_input(self py.Object, args py.Tuple) (py.Object, error) {
1195
var prompt py.Object = py.None
0 commit comments