Skip to content

Commit 8631c85

Browse files
Merge pull request #86 from taschini/master
Fix ReST formatting issues in Readme and News file.
2 parents 2c01a9d + d5a15da commit 8631c85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Deleted Plugin import left behind in 0.2.2
7575
- Proper handling of configuration
7676

7777
* Added .DataFrame(), .pie(), .plot(), and .bar() methods to
78-
result sets
78+
result sets
7979

8080
0.3.0
8181
-----

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,15 @@ or a single dictionary with a tuple of scalar values per key (``result.dict()``)
115115
Assignment
116116
----------
117117

118-
Ordinary IPython assignment works for single-line `%sql` queries::
118+
Ordinary IPython assignment works for single-line `%sql` queries:
119119

120120
.. code-block:: python
121121
122122
In [16]: works = %sql SELECT title, year FROM work
123123
43 rows affected.
124124
125125
The `<<` operator captures query results in a local variable, and
126-
can be used in multi-line ``%%sql``::
126+
can be used in multi-line ``%%sql``:
127127

128128
.. code-block:: python
129129

0 commit comments

Comments
 (0)