diff options
| author | Phil Howard <phil@gadgetoid.com> | 2024-02-29 00:27:06 +0000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-03-07 16:25:17 +1100 |
| commit | dda9b9c6da5d3c31fa8769e581a753e95a270803 (patch) | |
| tree | 853e4db667b319a315719a2ab52d9dfb747abdc0 /docs/develop | |
| parent | decf8e6a8bb940d5829ca3296790631fcece7b21 (diff) | |
all: Prune trailing whitespace.
Prune trailing whitespace across the whole project (almost), done
automatically with:
grep -IUrl --color "[[:blank:]]$" --exclude-dir=.git --exclude=*.exp |\
xargs sed -i 's/[[:space:]]*$//'
Exceptions:
- Skip third-party code in lib/ and drivers/cc3100/
- Skip generated code in bluetooth_init_cc2564C_1.5.c
- Preserve command output whitespace in docs, eg:
docs/esp8266/tutorial/repl.rst
Signed-off-by: Phil Howard <phil@gadgetoid.com>
Diffstat (limited to 'docs/develop')
| -rw-r--r-- | docs/develop/gettingstarted.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/develop/gettingstarted.rst b/docs/develop/gettingstarted.rst index a17a32067..c1fd338c5 100644 --- a/docs/develop/gettingstarted.rst +++ b/docs/develop/gettingstarted.rst @@ -112,7 +112,7 @@ Check that you have Python available on your system: .. code-block:: bash $ python3 - Python 3.5.0 (default, Jul 17 2020, 14:04:10) + Python 3.5.0 (default, Jul 17 2020, 14:04:10) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> |
