From 036739589a038f945c17ed792af9d91ea14fa6f1 Mon Sep 17 00:00:00 2001 From: aniversarioperu Date: Sun, 5 Oct 2014 11:51:18 +0300 Subject: [PATCH] Fixing typo in docstring for `query` The SQLAlchemy link was pointing to a dead link. --- dataset/persistence/database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataset/persistence/database.py b/dataset/persistence/database.py index 6261ee3..0687681 100644 --- a/dataset/persistence/database.py +++ b/dataset/persistence/database.py @@ -256,7 +256,7 @@ class Database(object): """ Run a statement on the database directly, allowing for the execution of arbitrary read/write queries. A query can either be - a plain text string, or a `SQLAlchemy expression `_. The returned + a plain text string, or a `SQLAlchemy expression `_. The returned iterator will yield each result sequentially. Any keyword arguments will be passed into the query to perform