Skip to content

Commit

Permalink
FIX-#0000: follow up PR with fixes for #5634
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Oct 16, 2023
1 parent 658f6e1 commit e42e625
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def ip(self, materialize=True):
Parameters
----------
materialize : bool, default: True
Whether to forcibly materialize the result into an integer. If ``False``
Whether to forcibly materialize the result into a string. If ``False``
was specified, may return a future of the result if it hasn't been
materialized yet.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def ip(self, materialize=True):
Parameters
----------
materialize : bool, default: True
Whether to forcibly materialize the result into an integer. If ``False``
Whether to forcibly materialize the result into a string. If ``False``
was specified, may return a future of the result if it hasn't been
materialized yet.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def ip(self, materialize=True):
Parameters
----------
materialize : bool, default: True
Whether to forcibly materialize the result into an integer. If ``False``
Whether to forcibly materialize the result into a string. If ``False``
was specified, may return a future of the result if it hasn't been
materialized yet.
Expand Down

0 comments on commit e42e625

Please sign in to comment.