8000 Fix typo in comment · githubapitest/tornado@e7654cd · GitHub
[go: up one dir, main page]

Skip to content

Commit e7654cd

Browse files
author
Ben Darnell
committed
Fix typo in comment
1 parent 1ba0161 commit e7654cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tornado/httpserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def start(self, num_processes=None):
160160
If num_processes is 1 or we detect only 1 CPU core, we run the server
161161
in this process and do not fork any additional child process.
162162
163-
Since we run use processes and not threads, there is no shared memory
163+
Since we use processes and not threads, there is no shared memory
164164
between any server code.
165165
"""
166166
assert not self._started

0 commit comments

Comments
 (0)
0