mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #9392 from LouisJustinTALLOT/patch-1
Fix quotes in docstring in ext.napoleon
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user