Skip to content

Commit 3de4cd8

Browse files
author
Tijo Thomas
committed
python Style update
1 parent 1cb2629 commit 3de4cd8

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)