Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a1c23 commit 814d8c4Copy full SHA for 814d8c4
components/process.rst
@@ -129,7 +129,7 @@ are done doing other stuff::
129
If a ``Response`` is sent **before** a child process had a chance to complete,
130
the server process will be killed (depending on your OS). It means that
131
your task will be stopped right away. Running an asynchronous process
132
- is not the same as running a process that survives it parent process.
+ is not the same as running a process that survives its parent process.
133
134
If you want your process to survive the request/response cycle, you can
135
take advantage of the ``kernel.terminate`` event, and run your command
0 commit comments