From 16321e4ae45c5268a022794e46e4bd11a28e0fd9 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Mon, 21 Nov 2016 19:44:51 -0500 Subject: [PATCH] Update README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f6a6a43..e8df2d3 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ If you're only expecting one result: .. code:: python - >>> rows.one() + >>> rows.first() Other options include ``rows.as_dict()`` and ``rows.as_dict(ordered=True)``.