From 4a6afd883a42c2e0c0bd09100ad8774d17e126b8 Mon Sep 17 00:00:00 2001 From: WANG Aiyong Date: Thu, 6 Nov 2014 19:52:57 +0800 Subject: [PATCH] pd.show_versions() Shouldn't this be `pd.show_versions()`? Maybe it's a typo. --- doc/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.rst b/doc/README.rst index 660a3b7232891..4b5b0d8818e2d 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -88,7 +88,7 @@ Furthermore, it is recommended to have all `optional dependencies installed. This is not needed, but be aware that you will see some error messages. Because all the code in the documentation is executed during the doc build, the examples using this optional dependencies will generate errors. -Run ``pd.show_version()`` to get an overview of the installed version of all +Run ``pd.show_versions()`` to get an overview of the installed version of all dependencies. .. warning::