Skip to content

Commit 08192a1

Browse files
Tijo Thomasrxin
authored andcommitted
[SPARK-8886][Documentation]python Style update
Fixed comment given by rxin Author: Tijo Thomas <[email protected]> Closes apache#7281 from tijoparacka/modification_for_python_style and squashes the following commits: 6334e21 [Tijo Thomas] removed space 3de4cd8 [Tijo Thomas] python Style update
1 parent 61c3cf7 commit 08192a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sql-programming-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ DataFrame jdbcDF = sqlContext.read().format("jdbc"). options(options).load();
17981798

17991799
{% highlight python %}
18001800

1801-
df = sqlContext.read.format('jdbc').options(url = 'jdbc:postgresql:dbserver', dbtable='schema.tablename').load()
1801+
df = sqlContext.read.format('jdbc').options(url='jdbc:postgresql:dbserver', dbtable='schema.tablename').load()
18021802

18031803
{% endhighlight %}
18041804

0 commit comments

Comments
 (0)