diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-10 10:45:32 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-10 10:45:32 (GMT) |
commit | 12d547a80df9096d16b92a422b655fca7e2a1ef9 (patch) | |
tree | 3e9826ea39f4245ddedb9d90c99b0e6820bfe468 /Doc/tutorial/stdlib.rst | |
parent | 09f1679a401a94b0626ab1e100aaaea271dbf3c0 (diff) | |
download | cpython-12d547a80df9096d16b92a422b655fca7e2a1ef9.zip cpython-12d547a80df9096d16b92a422b655fca7e2a1ef9.tar.gz cpython-12d547a80df9096d16b92a422b655fca7e2a1ef9.tar.bz2 |
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
Diffstat (limited to 'Doc/tutorial/stdlib.rst')
-rw-r--r-- | Doc/tutorial/stdlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index f6239d6..4dab074 100644 --- a/Doc/tutorial/stdlib.rst +++ b/Doc/tutorial/stdlib.rst @@ -283,7 +283,7 @@ file:: with self.assertRaises(TypeError): average(20, 30, 70) - unittest.main() # Calling from the command line invokes all tests + unittest.main() # Calling from the command line invokes all tests .. _tut-batteries-included: |