Skip to content

Commit a8ecf6e

Browse files
authored
add indent
add indent
1 parent 4f9b70b commit a8ecf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/c07/p04_return_multiple_values_from_function.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.. code-block:: python
1616
1717
>>> def myfun():
18-
... return 1, 2, 3
18+
... return 1, 2, 3
1919
...
2020
>>> a, b, c = myfun()
2121
>>> a

0 commit comments

Comments
 (0)