This is an automated email from the ASF dual-hosted git repository.
yibocai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 2e51c5ec4c MINOR: [Docs] Fix typo in python.rst (#13495)
2e51c5ec4c is described below
commit 2e51c5ec4c0a16a09111bdcac446bbcabfd98d47
Author: Masato Kato <[email protected]>
AuthorDate: Mon Jul 4 10:41:32 2022 +0900
MINOR: [Docs] Fix typo in python.rst (#13495)
Fix description in "Build and Test" section of python.rst.
Authored-by: Masato Kato <[email protected]>
Signed-off-by: Yibo Cai <[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 c58bf73f38..0cce2f83f5 100644
--- a/docs/source/developers/python.rst
+++ b/docs/source/developers/python.rst
@@ -309,7 +309,7 @@ created above (stored in ``$ARROW_HOME``):
$ make install
$ popd
-There are a number of optional components that can can be switched ON by
+There are a number of optional components that can be switched ON by
adding flags with ``ON``:
* ``ARROW_CUDA``: Support for CUDA-enabled GPUs