diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 1f1e2fd3145..28990c216af 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -3658,7 +3658,7 @@ to be ignored. .. note:: - The standard way to exit is ``sys.exit(n)``. :func:`_exit` should + The standard way to exit is :func:`sys.exit(n) `. :func:`!_exit` should normally only be used in the child process after a :func:`fork`. The following exit codes are defined and can be used with :func:`_exit`,