Skip to content

Commit 1a08e5c

Browse files
committed
Update README.rst
Fix typo
1 parent d46a5da commit 1a08e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ There is simple usage example::
7171
def handle(request):
7272
name = request.match_info.get('name', "Anonymous")
7373
text = "Hello, " + name
74-
return web.Response(body=text.encode('utf-8')
74+
return web.Response(body=text.encode('utf-8'))
7575

7676

7777
@asyncio.coroutine

0 commit comments

Comments
 (0)