Skip to content

Commit

Permalink
Merge 7284d4b into 857174d
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Nov 19, 2019
2 parents 857174d + 7284d4b commit ce71984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Expand Up @@ -27,6 +27,7 @@ Changelog
* Improved apphooks documentation.
* Improved CMSPluginBase documentation.
* Improved documentation related to nested plugins.
* Fixed a simple typo in the docstring for cms.utils.helpers.normalize_name
3.7.0 (2019-09-25)
Expand Down
2 changes: 1 addition & 1 deletion cms/utils/helpers.py
Expand Up @@ -42,7 +42,7 @@ def __get__(self, owner_self, owner_cls):

def normalize_name(name):
"""
Converts camel-case style names into underscore seperated words. Example::
Converts camel-case style names into underscore separated words. Example::
>>> normalize_name('oneTwoThree')
'one_two_three'
Expand Down

0 comments on commit ce71984

Please sign in to comment.