Skip to content

Commit 47af7cb

Browse files
authored
Fix typo in contributing_environment.rst (#59584)
1 parent 0c24b20 commit 47af7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/contributing_environment.rst

Lines changed: 1 addition & 1 deletion
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)