You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/05/03 00:04:40 UTC

spark git commit: [SPARK-3444] Fix typo in Dataframes.py introduced in []

Repository: spark
Updated Branches:
  refs/heads/master ecc6eb50a -> 856a571ef


[SPARK-3444] Fix typo in Dataframes.py introduced in []

Author: Dean Chen <de...@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]


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/856a571e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/856a571e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/856a571e

Branch: refs/heads/master
Commit: 856a571ef4f0338ccefb3b792e1e96b8f15a0884
Parents: ecc6eb5
Author: Dean Chen <de...@gmail.com>
Authored: Sat May 2 23:04:13 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Sat May 2 23:04:13 2015 +0100

----------------------------------------------------------------------
 python/pyspark/sql/dataframe.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/856a571e/python/pyspark/sql/dataframe.py
----------------------------------------------------------------------
diff --git a/python/pyspark/sql/dataframe.py b/python/pyspark/sql/dataframe.py
index e9fd17e..8ddcff8 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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org