From 5e879fc591f2d64578dad581576d5b02abc3796d Mon Sep 17 00:00:00 2001 From: Simon Holywell Date: Tue, 21 Mar 2017 11:36:19 +1000 Subject: correct some typos in docs :( --- docs/querying.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/querying.rst b/docs/querying.rst index e64fc93..1ea5a25 100644 --- a/docs/querying.rst +++ b/docs/querying.rst @@ -848,7 +848,7 @@ Selecting rows .. warning:: - You really, should not be doing this, use Idiorm with ``raw_query`()` instead + You really, should not be doing this, use Idiorm with ``raw_query()`` instead where possible. Here is a simple query implemented using ``raw_execute()`` - note the call to @@ -857,6 +857,7 @@ Here is a simple query implemented using ``raw_execute()`` - note the call to .. code-block:: php + query('SHOW TABLES') as $row) { var_dump($row); -- cgit v1.2.3