You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/12 13:33:05 UTC

[GitHub] [arrow] kou commented on a diff in pull request #13369: MINOR: [Python] [Docs] fix typo; add Returns for new_file/new_stream

kou commented on code in PR #13369:
URL: https://github.com/apache/arrow/pull/13369#discussion_r895175367


##########
python/pyarrow/ipc.py:
##########
@@ -157,8 +157,12 @@ def new_stream(sink, schema, *, use_legacy_format=None, options=None):
 new_stream.__doc__ = """\
 Create an Arrow columnar IPC stream writer instance
 
-{}""".format(_ipc_writer_class_doc)
+{}
 
+Returns
+-------
+writer : RecordBatchStreamWriter
+""".format(_ipc_writer_class_doc)
 

Review Comment:
   ```suggestion
   
   
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org