diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/security.rst | 2 | ||||
| -rw-r--r-- | docs/tutorials/bfgwiki2/definingviews.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 66db64f7f..e83e2f8b8 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -304,7 +304,7 @@ The authorization policy will deny Everyone the view permission, even though later in the ACL is an ACE that allows everyone. .. index:: - single: prinicpal + single: principal pair: special; principal names Special Principal Names diff --git a/docs/tutorials/bfgwiki2/definingviews.rst b/docs/tutorials/bfgwiki2/definingviews.rst index 79cc519ac..db7dcfbe0 100644 --- a/docs/tutorials/bfgwiki2/definingviews.rst +++ b/docs/tutorials/bfgwiki2/definingviews.rst @@ -63,7 +63,7 @@ display the wiki itself (it will answer on the root URL), another named ``view_page`` will display an individual page, another named ``add_page`` will allow a page to be added, and a final view callable named ``edit_page`` will allow a page to be edited. We'll describe -each one briefly and show the resulting ``views.py`` file afterwards. +each one briefly and show the resulting ``views.py`` file afterward. .. note:: |
