Merge pull request #4748 from alanfairless/fix-module-format-string-typo

Fix format string typo
pull/4420/head
Michael DeHaan 2013-10-31 11:07:36 -07:00
commit 4489de53d1
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ def return_data(text, options, outputname, module):
def boilerplate():
if not os.path.exists(EXAMPLE_YAML):
print >>sys.stderr, "Missing example boiler plate: %S" % EXAMPLE_YAML
print >>sys.stderr, "Missing example boiler plate: %s" % EXAMPLE_YAML
print "DOCUMENTATION = '''"
print file(EXAMPLE_YAML).read()
print "'''"