dongjoon-hyun commented on code in PR #55913:
URL: https://github.com/apache/spark/pull/55913#discussion_r3251111804
##########
python/pyspark/pipelines/source_code_location.py:
##########
@@ -28,35 +28,11 @@ class SourceCodeLocation:
def get_caller_source_code_location(stacklevel: int) -> SourceCodeLocation:
"""
- Returns a SourceCodeLocation object representing the location code that
invokes this function.
+ Returns a SourceCodeLocation object representing the location of the code
that invokes
Review Comment:
I also fixed the typo: `the location code` -> `the location of the code`
--
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]