Fix quotes in docstring in ext.napoleon

This commit is contained in:
Louis-Justin TALLOT
2021-06-30 19:40:35 +02:00
parent 805fd98e00
commit a52ccdbfc7

View File

@@ -325,9 +325,9 @@ sure that "sphinx.ext.napoleon" is enabled in `conf.py`::
**If True**::
def __init__(self):
\"\"\"
"""
This will be included in the docs because it has a docstring
\"\"\"
"""
def __init__(self):
# This will NOT be included in the docs