Skip to content

Commit 59d031f

Browse files
DOC: delete comment preventing Mac from starting Python interpreter (#44525)
1 parent a34ad53 commit 59d031f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/contributing_environment.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ We'll now kick off a three-step process:
165165
166166
At this point you should be able to import pandas from your locally built version::
167167

168-
$ python # start an interpreter
168+
$ python
169169
>>> import pandas
170170
>>> print(pandas.__version__)
171171
0.22.0.dev0+29.g4ad6d4d74

0 commit comments

Comments
 (0)