From f9da40bc0e2b8c7b57248fc9055b474ace4b12d1 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 1 Nov 2024 23:19:55 -0700 Subject: [PATCH] [DOCS][Python] Update `python_test.cc` reference Signed-off-by: Emmanuel Ferdman --- 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.