This is an automated email from the ASF dual-hosted git repository.
kou 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 75f78a68a7 MINOR: [Docs] Typo in building.rst (#48768)
75f78a68a7 is described below
commit 75f78a68a74a72ad89845e5ba1a25f0e2da8dde3
Author: tadeja <[email protected]>
AuthorDate: Thu Jan 8 10:17:59 2026 +0100
MINOR: [Docs] Typo in building.rst (#48768)
### Rationale for this change
A tiny typo in building.rst
### What changes are included in this PR?
`` removed
### Are these changes tested?
No.
### Are there any user-facing changes?
No.
Authored-by: tadeja <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
docs/source/developers/python/building.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/developers/python/building.rst
b/docs/source/developers/python/building.rst
index 18f20825a9..deb6076e44 100644
--- a/docs/source/developers/python/building.rst
+++ b/docs/source/developers/python/building.rst
@@ -476,7 +476,7 @@ To install an editable PyArrow build, run the following
command from the
.. code-block::
- pip install -e . --no-build-isolation``
+ pip install -e . --no-build-isolation
This creates an *editable install*, meaning changes to the Python source code
will be reflected immediately without needing to reinstall the package.