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 2018/08/29 17:33:04 UTC

[arrow] branch master updated: [Python] [DOC] Fix a typo in doc/source/ipc.rst

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

wesm 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 44c2fa7  [Python] [DOC] Fix a typo in doc/source/ipc.rst
44c2fa7 is described below

commit 44c2fa7d7d4e7a1c1645c85f87d557c4fc510c33
Author: Pav A <ro...@gmail.com>
AuthorDate: Wed Aug 29 18:32:59 2018 +0100

    [Python] [DOC] Fix a typo in doc/source/ipc.rst
    
    Close #2493
---
 python/doc/source/ipc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/doc/source/ipc.rst b/python/doc/source/ipc.rst
index 738ae1d..3f7e787 100644
--- a/python/doc/source/ipc.rst
+++ b/python/doc/source/ipc.rst
@@ -270,7 +270,7 @@ Component-based Serialization
 For serializing Python objects containing some number of NumPy arrays, Arrow
 buffers, or other data types, it may be desirable to transport their serialized
 representation without having to produce an intermediate copy using the
-``to_buffer`` method. To motivate this, support we have a list of NumPy arrays:
+``to_buffer`` method. To motivate this, suppose we have a list of NumPy arrays:
 
 .. ipython:: python