You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/04/03 09:20:10 UTC

[arrow] branch master updated: DOC: Fix a tiny typo in parquet documentation (#1824)

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

uwe 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 9fc4d89  DOC: Fix a tiny typo in parquet documentation (#1824)
9fc4d89 is described below

commit 9fc4d8920e9c274718569141996bf3585a2863ea
Author: Kelsey Jordahl <kj...@alum.mit.edu>
AuthorDate: Tue Apr 3 02:20:05 2018 -0700

    DOC: Fix a tiny typo in parquet documentation (#1824)
---
 python/doc/source/parquet.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/doc/source/parquet.rst b/python/doc/source/parquet.rst
index b68d4d8..b509f17 100644
--- a/python/doc/source/parquet.rst
+++ b/python/doc/source/parquet.rst
@@ -109,7 +109,7 @@ We need not use a string to specify the origin of the file. It can be any of:
 * A Python file object
 
 In general, a Python file object will have the worst read performance, while a
-string file path or an instance of :class:`~.NativeFIle` (especially memory
+string file path or an instance of :class:`~.NativeFile` (especially memory
 maps) will perform the best.
 
 Finer-grained Reading and Writing

-- 
To stop receiving notification emails like this one, please contact
uwe@apache.org.