Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed May 4, 2021
1 parent bc27c25 commit 8340562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytablewriter/writer/binary/_sqlite.py
Expand Up @@ -8,11 +8,11 @@

class SqliteTableWriter(AbstractBinaryTableWriter):
"""
A table writer class for SQLite database.
A table writer class for `SQLite <https://www.sqlite.org/index.html>`__ database.
.. py:method:: write_table()
Write a table to a SQLite database.
Write a table to a `SQLite <https://www.sqlite.org/index.html>`__ database.
:raises pytablewriter.EmptyTableNameError:
If the |table_name| is empty.
Expand Down

0 comments on commit 8340562

Please sign in to comment.