recieves->receives
authorKevin Schuetz <schuetzk@gmail.com>
Tue, 26 Jul 2011 19:17:38 +0000 (14:17 -0500)
committerKevin Schuetz <schuetzk@gmail.com>
Tue, 26 Jul 2011 19:17:38 +0000 (14:17 -0500)
docs/templates.rst

index e58b79cb2c69d1c051dc528e1ad2c79498c52eac..50b6b7ec1264fdb10b9d03b50509d91999e4cc2e 100644 (file)
@@ -1276,7 +1276,7 @@ placeholders is a lot easier:
     {{ gettext('Hello %(name)s!', name='World') }}
     {{ ngettext('%(num)d apple', '%(num)d apples', apples|count) }}
 
-Note that the `ngettext` function's format string automatically recieves
+Note that the `ngettext` function's format string automatically receives
 the count as `num` parameter additionally to the regular parameters.