diff --git a/doc/source/development/contributing_docstring.rst b/doc/source/development/contributing_docstring.rst index 87aecb6936c9c..cf9ef51e0d8dc 100644 --- a/doc/source/development/contributing_docstring.rst +++ b/doc/source/development/contributing_docstring.rst @@ -646,7 +646,7 @@ A simple example could be: pandas.Series Subset of the original series with the n first values. - See Also + See also -------- tail : Return the last n elements of the Series. diff --git a/doc/source/development/contributing_documentation.rst b/doc/source/development/contributing_documentation.rst index 964f82be4fa7b..443470e6c50f9 100644 --- a/doc/source/development/contributing_documentation.rst +++ b/doc/source/development/contributing_documentation.rst @@ -14,7 +14,7 @@ experts. If something in the docs doesn't make sense to you, updating the relevant section after you figure it out is a great way to ensure it will help the next person. Please visit the `issues page `__ for a full list of issues that are currently open regarding the -Pandas documentation. +pandas documentation.