From 9b27f42e02d9c4208698a324357cafaaa3e308ce Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Wed, 6 Nov 2024 18:54:42 +0200 Subject: [PATCH] MINOR: [Docs][Python] Update `python_test.cc` reference (#44622) ### Rationale for this change Commit 21dbf4ac09583651899232c9a80b3f5d6580a588 moved the location of `python_test.cc`. ### What changes are included in this PR? PR updates the reference to `python_test.cc`. ### Are these changes tested? ### Are there any user-facing changes? No. Authored-by: Emmanuel Ferdman Signed-off-by: Joris Van den Bossche --- docs/source/developers/python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.