Various typos.

This commit is contained in:
florentx 2010-07-07 02:07:11 +08:00 committed by Armin Ronacher
parent b004324dbb
commit 16e4d5a655
6 changed files with 7 additions and 8 deletions

View file

@ -15,7 +15,7 @@ from .helpers import _PackageBoundObject
def _register_module(module, static_path):
"""Internal helper function that returns a function for recording
that registers the `send_static_file` function for the module on
the application of necessary. It also registers the module on
the application if necessary. It also registers the module on
the application.
"""
def _register(state):