Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/os.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
gpshead and AA-Turner authored Sep 23, 2023
commit 227c883c050efb1cb697b17b6b4e1d3670caf339
2 changes: 1 addition & 1 deletion Doc/library/os.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4159,7 +4159,7 @@ written in Python, such as a mail server's external command delivery program.

.. warning::

If you use TLS sockets in an application calling ``fork()`` see
If you use TLS sockets in an application calling ``fork()``, see
the warning in the :mod:`ssl` documentation.

.. versionchanged:: 3.8
Expand Down