summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
diff options
context:
space:
mode:
authorLonnie Ezell <lonnieje@gmail.com>2015-07-21 17:48:50 +0200
committerLonnie Ezell <lonnieje@gmail.com>2015-07-21 17:48:50 +0200
commitd30f35d361c3038c77fd97747d8083a8022855ac (patch)
tree9f21c8528406e5203ab639d616415616c9b31310 /user_guide_src/source/database
parentcf3cc1dadd44c4dee21978238125355826e5fb24 (diff)
Added missing space.
Diffstat (limited to 'user_guide_src/source/database')
-rw-r--r--user_guide_src/source/database/results.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/results.rst b/user_guide_src/source/database/results.rst
index 54465b39a..658b0bc59 100644
--- a/user_guide_src/source/database/results.rst
+++ b/user_guide_src/source/database/results.rst
@@ -177,7 +177,7 @@ Custom Result Objects
*********************
You can have the results returned as an instance of a custom class instead of a stdClass or array,
-as the ``result()`` and ``result_array()`` methods allow.This requires that the class is already
+as the ``result()`` and ``result_array()`` methods allow. This requires that the class is already
loaded into memory. The class will have all values returned from the database set on the class
as class variables. If your class already has those class variables created and ``protected`` then
you should provide a ``__set()`` method to allow the class variables to be set.