Skip to content

Commit

Permalink
Typo: _stderr without underscore.
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Dec 3, 2011
1 parent 2b43464 commit 18a02a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottle.py
Expand Up @@ -2401,7 +2401,7 @@ def run(app=None, server='wsgiref', host='127.0.0.1', port=8080,
if not getattr(server, 'quiet', False): print_exc() if not getattr(server, 'quiet', False): print_exc()
sys.exit(3) sys.exit(3)
finally: finally:
if not getattr(server, 'quiet', False): stderr('Shutdown...\n') if not getattr(server, 'quiet', False): _stderr('Shutdown...\n')




class FileCheckerThread(threading.Thread): class FileCheckerThread(threading.Thread):
Expand Down

0 comments on commit 18a02a8

Please sign in to comment.