Skip to content

Commit d5a15da

Browse files
committed
Fix ReST formatting issues.
1 parent 7e547b7 commit d5a15da

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
@@ -112,15 +112,15 @@ leftmost column serving as key, for unique values.
112112
Assignment
113113
----------
114114

115-
Ordinary IPython assignment works for single-line `%sql` queries::
115+
Ordinary IPython assignment works for single-line `%sql` queries:
116116

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

125125
.. code-block:: python
126126

0 commit comments

Comments
 (0)