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 2019/06/03 13:06:13 UTC

[arrow] branch master updated: ARROW-5487: [Docs] Fix Sphinx failure

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 f8874e0  ARROW-5487: [Docs] Fix Sphinx failure
f8874e0 is described below

commit f8874e081552d9ff237a90e7f18cf589732ae171
Author: Antoine Pitrou <an...@python.org>
AuthorDate: Mon Jun 3 08:06:01 2019 -0500

    ARROW-5487: [Docs] Fix Sphinx failure
    
    Regression reported upstream at https://github.com/sphinx-doc/sphinx/issues/6436, but easily fixable on our side.
    
    Author: Antoine Pitrou <an...@python.org>
    
    Closes #4455 from pitrou/ARROW-5487-sphinx-ci-failure and squashes the following commits:
    
    fe428179b <Antoine Pitrou> ARROW-5487:  Fix Sphinx failure
---
 python/pyarrow/serialization.pxi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/pyarrow/serialization.pxi b/python/pyarrow/serialization.pxi
index bce4cfd..04149af 100644
--- a/python/pyarrow/serialization.pxi
+++ b/python/pyarrow/serialization.pxi
@@ -101,11 +101,11 @@ cdef class SerializationContext:
 
     def register_type(self, type_, type_id, pickle=False,
                       custom_serializer=None, custom_deserializer=None):
-        """EXPERIMENTAL: Add type to the list of types we can serialize.
+        r"""EXPERIMENTAL: Add type to the list of types we can serialize.
 
         Parameters
         ----------
-        type_ : TypeType
+        type\_ : type
             The type that we can serialize.
         type_id : string
             A string used to identify the type.