Skip to content

Commit fa64953

Browse files
authored
Update README.rst
1 parent ab3ad11 commit fa64953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ specified) or in a file of the given name.
231231

232232
.. code-block:: python
233233
234-
In[7]: result = %sql SELECT title, totalwords FROM work WHERE genretype = 'c'
234+
In[8]: result = %sql SELECT title, totalwords FROM work WHERE genretype = 'c'
235235
236-
In[8]: result.csv(filename='work.csv')
236+
In[9]: result.csv(filename='work.csv')
237237
238238
Development
239239
-----------

0 commit comments

Comments
 (0)