diff options
author | Andrey Andreev <narf@devilix.net> | 2016-05-09 10:24:55 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-05-09 10:24:55 +0200 |
commit | d3dabff7c5945342533974289bf21f387b4c588a (patch) | |
tree | 541afcf8c454f676f6ab43f7a1ba9caafcead04f | |
parent | f445f61829d744955fe42ef8313a643b573f6e4b (diff) | |
parent | fd024c6fce2197b13520c1c53a5faa9f2704bdd2 (diff) |
[ci skip] Remove unnecessary backslash from user guide
[ci skip] Remove unnecessary backslash from user guide
-rw-r--r-- | user_guide_src/source/tutorial/create_news_items.rst | 2 |
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. |