Fix markup

This commit is contained in:
Berker Peksag 2017-02-05 01:30:17 +03:00
parent bbaf078309
commit cb512715fe
2 changed files with 2 additions and 2 deletions

View File

@ -1035,7 +1035,7 @@ Called just after a worker has been exited, in the master process.
The callable needs to accept two instance variables for the Arbiter and The callable needs to accept two instance variables for the Arbiter and
the just-exited Worker. the just-exited Worker.
.. versionadded: 19.7 .. versionadded:: 19.7
.. _worker-exit: .. _worker-exit:

View File

@ -1662,7 +1662,7 @@ class ChildExit(Setting):
The callable needs to accept two instance variables for the Arbiter and The callable needs to accept two instance variables for the Arbiter and
the just-exited Worker. the just-exited Worker.
.. versionadded: 19.7 .. versionadded:: 19.7
""" """