commit | dba903993a8d3e13d2cf83d6a8912e908025b17b | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue May 10 12:01:23 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue May 10 12:01:23 2016 +0300 |
tree | b0f7d957452d40ce384e5d0a1382067e3379f60f | |
parent | 387235085c5a6a1d823b0af3fabb42830c88f984 [diff] [blame] |
Issue #23921: Standardized documentation whitespace formatting. Original patch by James Edwards.
diff --git a/Doc/tutorial/modules.rst b/Doc/tutorial/modules.rst index 5fbd879..261a3f3 100644 --- a/Doc/tutorial/modules.rst +++ b/Doc/tutorial/modules.rst
@@ -34,7 +34,7 @@ a, b = b, a+b print() - def fib2(n): # return Fibonacci series up to n + def fib2(n): # return Fibonacci series up to n result = [] a, b = 0, 1 while b < n: