summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/library/sys.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst
index f4ff8786a..a2d55fecb 100644
--- a/docs/library/sys.rst
+++ b/docs/library/sys.rst
@@ -132,6 +132,12 @@ Constants
If you need to check whether your program runs on MicroPython (vs other
Python implementation), use `sys.implementation` instead.
+.. data:: ps1
+ ps2
+
+ Mutable attributes holding strings, which are used for the REPL prompt. The defaults
+ give the standard Python prompt of ``>>>`` and ``...``.
+
.. data:: stderr
Standard error `stream`.