Skip to content

Commit

Permalink
Fixed typo s/set_language_chooser/set_language_changer/
Browse files Browse the repository at this point in the history
The documentation incorrectly referenced a ``set_language_chooser`` function which doesn't exist.  It should read ``set_language_changer``
  • Loading branch information
ghing committed May 30, 2012
1 parent 9f75713 commit 5fa9d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/i18n.rst
Expand Up @@ -65,7 +65,7 @@ In the models of the current object add an optional language parameter to the


In the view pass the :meth:`get_absolute_url` method to the
``set_language_chooser`` function::
``set_language_changer`` function::

from menus.utils import set_language_changer

Expand Down

0 comments on commit 5fa9d07

Please sign in to comment.