You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/03/13 20:23:29 UTC

arrow git commit: ARROW-619: [Python] Fixed remaining typo for LD_LIBRARY_PATH

Repository: arrow
Updated Branches:
  refs/heads/master 00df40cea -> 6aed18f96


ARROW-619: [Python] Fixed remaining typo for LD_LIBRARY_PATH

Typo with LD_LIBRARY_PATH in install documentation.

Author: Bryan Cutler <cu...@gmail.com>

Closes #376 from BryanCutler/pyarrow-install-typo-ARROW-619 and squashes the following commits:

e38b588 [Bryan Cutler] fixed typo for LD_LIBRARY_PATH


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/6aed18f9
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/6aed18f9
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/6aed18f9

Branch: refs/heads/master
Commit: 6aed18f965bea60580e80b086dd72857546abea2
Parents: 00df40c
Author: Bryan Cutler <cu...@gmail.com>
Authored: Mon Mar 13 16:23:22 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Mon Mar 13 16:23:22 2017 -0400

----------------------------------------------------------------------
 python/doc/install.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/6aed18f9/python/doc/install.rst
----------------------------------------------------------------------
diff --git a/python/doc/install.rst b/python/doc/install.rst
index d93a88f..16d19ef 100644
--- a/python/doc/install.rst
+++ b/python/doc/install.rst
@@ -133,7 +133,7 @@ Install `pyarrow`
 
 .. note::
     In development installations, you will also need to set a correct
-    ``LD_LIBARY_PATH``. This is most probably done with
+    ``LD_LIBRARY_PATH``. This is most probably done with
     ``export LD_LIBRARY_PATH=$ARROW_HOME/lib:$LD_LIBRARY_PATH``.