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

@ -4,7 +4,7 @@ Message Flashing
================
Good applications and user interfaces are all about feedback. If the user
does not get enough feedback he will probably end up hating the
does not get enough feedback he or she will probably end up hating the
application. Flask provides a really simple way to give feedback to a
user with the flashing system. The flashing system basically makes it
possible to record a message at the end of a request and access it next