diff options
author | Dave Hylands <dhylands@gmail.com> | 2015-11-09 21:45:11 -0800 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-11-10 22:19:20 +0200 |
commit | 3551368424dffdfb8432f3ff4fb02e0e6590285f (patch) | |
tree | 7a49ca819f0aa871e52cf1026e1ebb0084a66bc5 /docs/reference/repl.rst | |
parent | 73ff0687f2f5331e962a4af0126097e9921db631 (diff) | |
download | micropython-3551368424dffdfb8432f3ff4fb02e0e6590285f.tar.gz micropython-3551368424dffdfb8432f3ff4fb02e0e6590285f.zip |
docs: Fix a typo in the REPL documentation.
Diffstat (limited to 'docs/reference/repl.rst')
-rw-r--r-- | docs/reference/repl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/repl.rst b/docs/reference/repl.rst index 0e481996f4..8ca89a0d1a 100644 --- a/docs/reference/repl.rst +++ b/docs/reference/repl.rst @@ -3,7 +3,7 @@ The MicroPython Interactive Interpreter Mode (aka REPL) This section covers some characteristics of the MicroPython Interactive Interpreter Mode. A commonly used term for this is REPL (read-eval-print-loop) -which will used to refer to this interactive prompt. +which will be used to refer to this interactive prompt. Auto-indent ----------- |