Skip to content

Commit

Permalink
documentation: fix typo
Browse files Browse the repository at this point in the history
Change-Id: I437c2ab70385e341be6e998464d51656d3a2b7a5
  • Loading branch information
volans- committed May 14, 2019
1 parent 82b7620 commit ce88641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumin/backends/puppetdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def capwords(self, sep):
"""Perform capwords operation on internal value and return a new ParsedString.
:Parameters:
according to :py:met:`string.capwords`.
according to :py:meth:`string.capwords`.
"""
return ParsedString(capwords(self.string, sep), self.is_quoted)
Expand Down

0 comments on commit ce88641

Please sign in to comment.