From 5618a29746f9758956c17343498893dbf02352cf Mon Sep 17 00:00:00 2001 From: Claudia Silver Date: Fri, 19 Nov 2021 12:24:32 +0000 Subject: [PATCH] delete comment --- doc/source/development/contributing_environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing_environment.rst b/doc/source/development/contributing_environment.rst index 4c3c12eb9da92..4ea3701dec029 100644 --- a/doc/source/development/contributing_environment.rst +++ b/doc/source/development/contributing_environment.rst @@ -165,7 +165,7 @@ We'll now kick off a three-step process: At this point you should be able to import pandas from your locally built version:: - $ python # start an interpreter + $ python >>> import pandas >>> print(pandas.__version__) 0.22.0.dev0+29.g4ad6d4d74