Skip to content

Commit

Permalink
typo in doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
bkidwell committed Jan 30, 2012
1 parent a02c6a0 commit af9e7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdepub/actions/epub.py
Expand Up @@ -13,7 +13,7 @@
log = logging.getLogger('epub')

def quote(text):
"""Change " to '."""
"""Change " to \\"."""

return unicode(text).replace('"', '\\"')

Expand Down

0 comments on commit af9e7d2

Please sign in to comment.