HyukjinKwon commented on code in PR #45870:
URL: https://github.com/apache/spark/pull/45870#discussion_r1554729072
##########
python/pyspark/core/context.py:
##########
@@ -145,7 +145,7 @@ class SparkContext:
Examples
--------
- >>> from pyspark.core.context import SparkContext
+ >>> from pyspark.context import SparkContext
Review Comment:
```suggestion
>>> from pyspark.core.context import SparkContext
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]