Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelAquilina committed Aug 7, 2017
1 parent 14dea37 commit c60ad57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inflection.py
Expand Up @@ -149,8 +149,8 @@ def camelize(string, uppercase_first_letter=True):
>>> camelize("device_type", False)
"deviceType"
:func:`camelize` can be thought of as a inverse of :func:`underscore`, although
there are some cases where that does not hold::
:func:`camelize` can be thought of as a inverse of :func:`underscore`,
although there are some cases where that does not hold::
>>> camelize(underscore("IOError"))
"IoError"
Expand Down

0 comments on commit c60ad57

Please sign in to comment.