Highlight only function docstring

Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
This commit is contained in:
Juan Luis Cano Rodríguez
2021-09-13 14:57:11 +02:00
committed by GitHub
parent 5daf336943
commit 91a605c6f1

View File

@@ -33,7 +33,7 @@ as follows:
.. code-block:: python .. code-block:: python
:caption: lumache.py :caption: lumache.py
:emphasize-lines: 1-9 :emphasize-lines: 2-11
def get_random_ingredients(kind=None): def get_random_ingredients(kind=None):
""" """