Skip to content

Commit 0bf23d2

Browse files
serlmatiaslindgren
authored andcommitted
Fix typo in contributing_environment.rst (pandas-dev#59584)
1 parent 57819cb commit 0bf23d2

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
@@ -291,7 +291,7 @@ At this point you may want to try
291291

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

296296
# On Linux/macOS
297297
MESONPY_EDITABLE_VERBOSE=1 python

0 commit comments

Comments
 (0)