Skip to content

Commit a43b5b9

Browse files
committed
DOC: Fixed invalid classdoc reference
1 parent 998d72f commit a43b5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ inline comments:
183183
def __init__(self): # numpydoc ignore=GL08
184184
pass
185185
186-
Note, if the :ref:`class <_classdoc>` docstring properly documents the
186+
Note, if the :ref:`class <classdoc>` docstring properly documents the
187187
constructor, the ``GL08`` will be ignored by default.
188188

189189
This is supported by the :ref:`CLI <validation_via_cli>`,

0 commit comments

Comments
 (0)