Skip to content

Commit 75f78a6

Browse files
authored
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 <tadeja@users.noreply.github.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 00a97fe commit 75f78a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/developers/python/building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ To install an editable PyArrow build, run the following command from the
476476

477477
.. code-block::
478478
479-
pip install -e . --no-build-isolation``
479+
pip install -e . --no-build-isolation
480480
481481
This creates an *editable install*, meaning changes to the Python source code
482482
will be reflected immediately without needing to reinstall the package.

0 commit comments

Comments
 (0)