From 26bcef1e486e6153b95cf223344ef107b0323acd Mon Sep 17 00:00:00 2001 From: Vrashank Shetty Date: Wed, 10 Jan 2024 20:54:13 +0530 Subject: [PATCH] added missing bracket --- doc/source/development/contributing_docstring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing_docstring.rst b/doc/source/development/contributing_docstring.rst index 87aecb6936c9c..e2881c1087e60 100644 --- a/doc/source/development/contributing_docstring.rst +++ b/doc/source/development/contributing_docstring.rst @@ -939,7 +939,7 @@ Each shared docstring will have a base template with variables, like Finally, docstrings can also be appended to with the ``doc`` decorator. In this example, we'll create a parent docstring normally (this is like -``pandas.core.generic.NDFrame``. Then we'll have two children (like +``pandas.core.generic.NDFrame``). Then we'll have two children (like ``pandas.core.series.Series`` and ``pandas.core.frame.DataFrame``). We'll substitute the class names in this docstring.