Skip to content

Commit

Permalink
Merge pull request #751 from tshepang/master
Browse files Browse the repository at this point in the history
"usernames" is a more correct term
  • Loading branch information
mcdonc committed Jan 1, 2013
2 parents 97e8334 + 57a98dc commit 973077b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/wiki/design.rst
Expand Up @@ -53,10 +53,10 @@ Security
We'll eventually be adding security to our application. The components we'll
use to do this are below.

- USERS, a dictionary mapping users names to their
- USERS, a dictionary mapping usernames to their
corresponding passwords.

- GROUPS, a dictionary mapping user names to a
- GROUPS, a dictionary mapping usernames to a
list of groups they belong to.

- ``groupfinder``, an *authorization callback* that looks up
Expand Down

0 comments on commit 973077b

Please sign in to comment.