Skip to content

Commit d2ca84b

Browse files
committed
Add docstring to Tornado example server.
1 parent 4224ea7 commit d2ca84b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/tornado/tornado-server.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
"""
4+
tornado-server.py
5+
~~~~~~~~~~~~~~~~~
26
7+
A fully-functional HTTP/2 server written for Tornado.
8+
"""
39
import collections
410
import json
511
import ssl

0 commit comments

Comments
 (0)