add indent

add indent
This commit is contained in:
everfight
2020-01-20 16:17:45 +08:00
committed by GitHub
parent 4f9b70ba01
commit a8ecf6e4f8

View File

@@ -15,7 +15,7 @@
.. code-block:: python
>>> def myfun():
... return 1, 2, 3
... return 1, 2, 3
...
>>> a, b, c = myfun()
>>> a