mstill3 commented on a change in pull request #26299: [MINOR][PYSPARK][DOCS] 
Fix typo in example documentation
URL: https://github.com/apache/spark/pull/26299#discussion_r340882465
 
 

 ##########
 File path: python/pyspark/sql/dataframe.py
 ##########
 @@ -1975,7 +1980,7 @@ def withColumn(self, colName, col):
         existing column that has the same name.
 
         The column expression must be an expression over this DataFrame; 
attempting to add
-        a column from some other dataframe will raise an error.
+        a column from some other DataFrame will raise an error.
 
 Review comment:
   Yeah good catch

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to