Skip to content

Commit 1381f70

Browse files
authored
DOC: missing closing bracket (#56811)
added missing bracket
1 parent 5fc2ed2 commit 1381f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/contributing_docstring.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ Each shared docstring will have a base template with variables, like
939939
Finally, docstrings can also be appended to with the ``doc`` decorator.
940940

941941
In this example, we'll create a parent docstring normally (this is like
942-
``pandas.core.generic.NDFrame``. Then we'll have two children (like
942+
``pandas.core.generic.NDFrame``). Then we'll have two children (like
943943
``pandas.core.series.Series`` and ``pandas.core.frame.DataFrame``). We'll
944944
substitute the class names in this docstring.
945945

0 commit comments

Comments
 (0)