MaxGekk commented on a change in pull request #31007:
URL: https://github.com/apache/spark/pull/31007#discussion_r551230196
##########
File path: python/pyspark/cloudpickle/cloudpickle.py
##########
@@ -236,7 +236,7 @@ def _extract_code_globals(co):
out_names = {names[oparg] for _, oparg in _walk_global_ops(co)}
# Declaring a function inside another one using the "def ..."
- # syntax generates a constant code object corresponding to the one
+ # syntax generates a constant code object corresonding to the one
Review comment:
typo?
----------------------------------------------------------------
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]