Fix some typos in the docstrings

This commit is contained in:
jgraeme 2010-08-03 00:18:19 +08:00 committed by Armin Ronacher
parent ff2786d8af
commit 549af62290
4 changed files with 8 additions and 8 deletions

View file

@ -146,7 +146,7 @@ def url_for(endpoint, **values):
"""Generates a URL to the given endpoint with the method provided.
The endpoint is relative to the active module if modules are in use.
Here some examples:
Here are some examples:
==================== ======================= =============================
Active Module Target Endpoint Target Function