Skip to content

Commit f30502c

Browse files
author
Davies Liu
committed
fix doc
1 parent 32f0d46 commit f30502c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/sql/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ class Column(object):
913913
914914
:class:`Column` instances can be created by::
915915
916-
# 1. Select a column out of a :class:`DataFrame`
916+
# 1. Select a column out of a DataFrame
917917
918918
df.colName
919919
df["colName"]

0 commit comments

Comments
 (0)