diff --git a/docs/source/developers/python.rst b/docs/source/developers/python.rst index 2ba4b534caeff..ac70c27934b07 100644 --- a/docs/source/developers/python.rst +++ b/docs/source/developers/python.rst @@ -90,7 +90,7 @@ and look for the "custom options" section. .. note:: There are a few low-level tests written directly in C++. These tests are - implemented in `pyarrow/src/python_test.cc `_, + implemented in `pyarrow/src/arrow/python/python_test.cc `_, but they are also wrapped in a ``pytest``-based `test module `_ run automatically as part of the PyArrow test suite.