aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql/dataframe.py
diff options
context:
space:
mode:
authorDean Chen <deanchen5@gmail.com>2015-05-02 23:04:13 +0100
committerSean Owen <sowen@cloudera.com>2015-05-02 23:04:13 +0100
commit856a571ef4f0338ccefb3b792e1e96b8f15a0884 (patch)
tree4c13cc5f4373e3f4decbb1494b0f4a36de469c84 /python/pyspark/sql/dataframe.py
parentecc6eb50a59172dc132bd8f97957734f6f009024 (diff)
downloadspark-856a571ef4f0338ccefb3b792e1e96b8f15a0884.tar.gz
spark-856a571ef4f0338ccefb3b792e1e96b8f15a0884.tar.bz2
spark-856a571ef4f0338ccefb3b792e1e96b8f15a0884.zip
[SPARK-3444] Fix typo in Dataframes.py introduced in []
Author: Dean Chen <deanchen5@gmail.com> Closes #5866 from deanchen/patch-1 and squashes the following commits: 0028bc4 [Dean Chen] Fix typo in Dataframes.py introduced in [SPARK-3444]
Diffstat (limited to 'python/pyspark/sql/dataframe.py')
-rw-r--r--python/pyspark/sql/dataframe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyspark/sql/dataframe.py b/python/pyspark/sql/dataframe.py
index e9fd17ed4c..8ddcff8fcd 100644
--- a/python/pyspark/sql/dataframe.py
+++ b/python/pyspark/sql/dataframe.py
@@ -1,6 +1,6 @@
#
# Licensed to the Apache Software Foundation (ASF) under one or more
-# contir[butor license agreements. See the NOTICE file distributed with
+# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with