From dda9b9c6da5d3c31fa8769e581a753e95a270803 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Thu, 29 Feb 2024 00:27:06 +0000 Subject: 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 --- docs/differences/python_37.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/differences/python_37.rst') diff --git a/docs/differences/python_37.rst b/docs/differences/python_37.rst index 86d1b6e81..2b9a08921 100644 --- a/docs/differences/python_37.rst +++ b/docs/differences/python_37.rst @@ -105,4 +105,4 @@ Changes to built-in modules: .. rubric:: Notes -.. [#ftimenanosec] Only :func:`time.time_ns` is implemented. +.. [#ftimenanosec] Only :func:`time.time_ns` is implemented. -- cgit v1.2.3