tornadoweb / tornado

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
http://www.tornadoweb.org/
Apache License 2.0
21.77k stars 5.51k forks source link

Fix typo in test variable name (requets -> request) #3444

Closed nytakahashi closed 5 days ago

nytakahashi commented 5 days ago

Simple typo fix in test variable name. Before: requets After: request

bdarnell commented 5 days ago

Thanks! (CI failure is unrelated: https://github.com/tornadoweb/tornado/pull/3445)