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
commit e8ba4f1803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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