Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mforbes committed Oct 30, 2014
1 parent bde1bb8 commit 48127c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/interface/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def asStructuredText(I, munge=0):
""" Output structured text format. Note, this will whack any existing
'structured' format of the text. """

r = [["``%s``" % (I.getName(),)]
r = ["``%s``" % (I.getName(),)]
outp = r.append
level = 1

Expand Down

0 comments on commit 48127c8

Please sign in to comment.