Merge pull request #9392 from LouisJustinTALLOT/patch-1

Fix quotes in docstring in ext.napoleon
This commit is contained in:
Takeshi KOMIYA
2021-07-03 20:10:55 +09:00
committed by GitHub

View File

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