ueshin commented on a change in pull request #33017:
URL: https://github.com/apache/spark/pull/33017#discussion_r657588497
##########
File path: python/docs/source/user_guide/pandas_on_spark/options.rst
##########
@@ -78,7 +78,7 @@ are restored automatically when you exit the `with` block:
.. code-block:: python
- >>> with ks.option_context("display.max_rows", 10, "compute.max_rows", 5):
+ >>> with ps.option_context("display.max_rows", 10, "compute.max_rows", 5):
... print(ks.get_option("display.max_rows"))
... print(ks.get_option("compute.max_rows"))
Review comment:
There are still `ks` here and lines 86 and 87.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]