summaryrefslogtreecommitdiffstatshomepage
path: root/docs/reference/repl.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/repl.rst')
-rw-r--r--docs/reference/repl.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/repl.rst b/docs/reference/repl.rst
index c03cbfd388..0e481996f4 100644
--- a/docs/reference/repl.rst
+++ b/docs/reference/repl.rst
@@ -49,6 +49,10 @@ Finally type ``print(i)``, press RETURN, press BACKSPACE and press RETURN again:
3
>>>
+Auto-indent won't be applied if the previous two lines were all spaces. This
+means that you can finish entering a compound statment by pressing RETURN
+twice, and then a third press will finish and execute.
+
Auto-completion
---------------