summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-05-09 10:24:55 +0200
committerAndrey Andreev <narf@devilix.net>2016-05-09 10:25:33 +0200
commitf6dc21b2f57ad0f76de6e4e005cfe3d79a420d0a (patch)
treead6ba3534f2127e0fc4589edb7b24f87055d7663 /user_guide_src
parent4ac24c201c673b52b39b7efc2235f1d84d1acd08 (diff)
[ci skip] Remove unnecessary backslash from user guide
[ci skip] Remove unnecessary backslash from user guide
Diffstat (limited to 'user_guide_src')
-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.