Skip to content

Commit

Permalink
Fix typo in contributing_environment.rst (#59584)
Browse files Browse the repository at this point in the history
  • Loading branch information
serl authored Aug 23, 2024
1 parent 0c24b20 commit 47af7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/development/contributing_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ At this point you may want to try

When building pandas with meson, importing pandas will automatically trigger a rebuild, even when C/Cython files are modified.
By default, no output will be produced by this rebuild (the import will just take longer). If you would like to see meson's
output when importing pandas, you can set the environment variable ``MESONPY_EDTIABLE_VERBOSE``. For example, this would be::
output when importing pandas, you can set the environment variable ``MESONPY_EDITABLE_VERBOSE``. For example, this would be::

# On Linux/macOS
MESONPY_EDITABLE_VERBOSE=1 python
Expand Down

0 comments on commit 47af7cb

Please sign in to comment.