Skip to content

Commit

Permalink
Removed unnexessary comma from expected output in docstring example f…
Browse files Browse the repository at this point in the history
…or camelize() method
  • Loading branch information
bharadwajyarlagadda committed Nov 6, 2016
1 parent d5e6afa commit 6b351cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sugar/strings.py
Expand Up @@ -76,7 +76,7 @@ def camelize(string, upper=True):
>>> camelize('example-test')
'ExampleTest'
>>> camelize('example_test-one')
'ExampleTestOne',
'ExampleTestOne'
>>> camelize('example_test-one', False)
'exampleTestOne'
Expand Down

0 comments on commit 6b351cf

Please sign in to comment.