Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Feb 14, 2016
1 parent a87ebe5 commit ed22fd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tg/configuration/app_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,10 +651,11 @@ def after_init_config(self):
"""

def setup_helpers_and_globals(self, conf):
"""Add helpers and globals objects to the config.
"""Add helpers and globals objects to the ``conf``.
Override this method to customize the way that ``app_globals`` and ``helpers``
are setup.
are setup. TurboGears expects them to be available in ``conf`` dictionary
as ``tg.app_globals`` and ``helpers``.
"""

gclass = conf.pop('app_globals', None)
Expand Down

0 comments on commit ed22fd9

Please sign in to comment.