Skip to content

Commit

Permalink
Merge pull request JuliaLang#4 from ivarne/master
Browse files Browse the repository at this point in the history
Improved do not edit message in helpdb.jl
  • Loading branch information
jiahao committed Jan 2, 2014
2 parents 300b72c + 2db3642 commit 0d487eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juliadoc/jlhelp.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def write(self, *ignored):
try:
f = codecs.open(outfilename, 'w', 'utf-8')
try:
f.write('# automatically generated -- do not edit\n\n' +
f.write('# automatically generated from files in doc/stdlib/ -- do not edit here\n\n' +
'{\n\n')

for docname in self.status_iterator(
Expand Down

0 comments on commit 0d487eb

Please sign in to comment.