Skip to content

Commit 4a6afd8

Browse files
committed
pd.show_versions()
Shouldn't this be `pd.show_versions()`? Maybe it's a typo.
1 parent 10ba6a3 commit 4a6afd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Furthermore, it is recommended to have all `optional dependencies
8888
installed. This is not needed, but be aware that you will see some error
8989
messages. Because all the code in the documentation is executed during the doc
9090
build, the examples using this optional dependencies will generate errors.
91-
Run ``pd.show_version()`` to get an overview of the installed version of all
91+
Run ``pd.show_versions()`` to get an overview of the installed version of all
9292
dependencies.
9393

9494
.. warning::

0 commit comments

Comments
 (0)