summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/tutorial
diff options
context:
space:
mode:
authorkadoppe <kadoppe@me.com>2016-05-06 10:25:18 +0200
committerkadoppe <kadoppe@me.com>2016-05-06 10:25:18 +0200
commitfd024c6fce2197b13520c1c53a5faa9f2704bdd2 (patch)
tree541afcf8c454f676f6ab43f7a1ba9caafcead04f /user_guide_src/source/tutorial
parentf445f61829d744955fe42ef8313a643b573f6e4b (diff)
Remove unnecessary backslash from user guide.
Signed-off-by: kadoppe <kadoppe@me.com>
Diffstat (limited to 'user_guide_src/source/tutorial')
-rw-r--r--user_guide_src/source/tutorial/create_news_items.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/tutorial/create_news_items.rst b/user_guide_src/source/tutorial/create_news_items.rst
index e10eebd3b..cde52fde8 100644
--- a/user_guide_src/source/tutorial/create_news_items.rst
+++ b/user_guide_src/source/tutorial/create_news_items.rst
@@ -76,7 +76,7 @@ validation <../libraries/form_validation>` library to do this.
The code above adds a lot of functionality. The first few lines load the
form helper and the form validation library. After that, rules for the
-form validation are set. The ``set\_rules()`` method takes three arguments;
+form validation are set. The ``set_rules()`` method takes three arguments;
the name of the input field, the name to be used in error messages, and
the rule. In this case the title and text fields are required.