This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 9b27f42e02 MINOR: [Docs][Python] Update `python_test.cc` reference
(#44622)
9b27f42e02 is described below
commit 9b27f42e02d9c4208698a324357cafaaa3e308ce
Author: Emmanuel Ferdman <[email protected]>
AuthorDate: Wed Nov 6 18:54:42 2024 +0200
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 <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
---
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 2ba4b534ca..ac70c27934 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
<https://github.com/apache/arrow/blob/main/python/pyarrow/src/python_test.cc>`_,
+ implemented in `pyarrow/src/arrow/python/python_test.cc
<https://github.com/apache/arrow/blob/main/python/pyarrow/src/arrow/python/python_test.cc>`_,
but they are also wrapped in a ``pytest``-based
`test module
<https://github.com/apache/arrow/blob/main/python/pyarrow/tests/test_cpp_internals.py>`_
run automatically as part of the PyArrow test suite.