Skip to content

Commit ac2ee96

Browse files
authored
Fix SQLAlchemy link
This is RST, not Markdown.
1 parent ae640a9 commit ac2ee96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Helper functions for saving and querying an SQL database. Updates
3333
the schema automatically according to the data you save.
3434

3535
Currently only supports SQLite. It will make a local SQLite database.
36-
It is based on [SQLAlchemy](https://pypi.python.org/pypi/SQLAlchemy).
36+
It is based on `SQLAlchemy <https://pypi.python.org/pypi/SQLAlchemy>`_.
3737
You should expect it to support other SQL databases at a later date.
3838

3939
scraperwiki.sql.save(unique_keys, data[, table_name="swdata"])

0 commit comments

Comments
 (0)