fixed pronoun gender in documentation

This commit is contained in:
Jeffrey Finkelstein 2011-06-26 21:43:48 -04:00
parent 8e928a2fcb
commit 12761bd02c
8 changed files with 15 additions and 15 deletions

View file

@ -29,7 +29,7 @@ The view function will pass the entries as dicts to the
Add New Entry
-------------
This view lets the user add new entries if he's logged in. This only
This view lets the user add new entries if he or she is logged in. This only
responds to `POST` requests, the actual form is shown on the
`show_entries` page. If everything worked out well we will
:func:`~flask.flash` an information message to the next request and