You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2018/12/08 13:13:08 UTC

[arrow] branch master updated: ARROW-3961: [Python/Documentation] Fix wrong path in the pyarrow README

This is an automated email from the ASF dual-hosted git repository.

kszucs 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 03b4a27  ARROW-3961: [Python/Documentation] Fix wrong path in the pyarrow README
03b4a27 is described below

commit 03b4a2738d2feb757678ab984d47632822a14a83
Author: Kengo Seki <se...@apache.org>
AuthorDate: Sat Dec 8 14:12:42 2018 +0100

    ARROW-3961: [Python/Documentation] Fix wrong path in the pyarrow README
    
    Author: Kengo Seki <se...@apache.org>
    
    Closes #3127 from sekikn/ARROW-3961 and squashes the following commits:
    
    87d03e4a <Kengo Seki> ARROW-3961:  Fix wrong path in the pyarrow README
---
 python/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/README.md b/python/README.md
index d91f02d..7d66ddd 100644
--- a/python/README.md
+++ b/python/README.md
@@ -80,7 +80,7 @@ and look for the "custom options" section.
 
 ```bash
 pip install -r ../docs/requirements.txt
-python setup.py build_sphinx -s ../doc/source
+python setup.py build_sphinx -s ../docs/source
 ```
 
 [2]: https://github.com/apache/arrow/blob/master/python/doc/source/development.rst