summaryrefslogtreecommitdiff
path: root/docs/reference/repl.rst
diff options
context:
space:
mode:
authorJason Neal <jason.neal@astro.up.pt>2020-01-02 00:51:42 +1300
committerDamien George <damien.p.george@gmail.com>2020-01-06 22:17:29 +1100
commitaec88ddf0326187c567d4e4507149fb7c54ba91d (patch)
tree03a2a1d36fb893b213a327df53f88a941dfb88f1 /docs/reference/repl.rst
parentde78a9e317d3dd3654424ea70446dedbae9cce52 (diff)
docs: More consistent capitalization and use of articles in headings.
See issue #3188.
Diffstat (limited to 'docs/reference/repl.rst')
-rw-r--r--docs/reference/repl.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/repl.rst b/docs/reference/repl.rst
index 0c6f04b7c..06ba91811 100644
--- a/docs/reference/repl.rst
+++ b/docs/reference/repl.rst
@@ -103,7 +103,7 @@ For example:
KeyboardInterrupt:
>>>
-Paste Mode
+Paste mode
----------
If you want to paste some code into your terminal window, the auto-indent feature
@@ -143,7 +143,7 @@ the auto-indent feature, and changes the prompt from ``>>>`` to ``===``. For exa
Paste Mode allows blank lines to be pasted. The pasted text is compiled as if
it were a file. Pressing Ctrl-D exits paste mode and initiates the compilation.
-Soft Reset
+Soft reset
----------
A soft reset will reset the python interpreter, but tries not to reset the
@@ -196,7 +196,7 @@ So you can use the underscore to save the result in a variable. For example:
15
>>>
-Raw Mode
+Raw mode
--------
Raw mode is not something that a person would normally use. It is intended for