Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion Doc/library/_thread.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This module defines the following constants and functions:
This is now a synonym of the built-in :exc:`RuntimeError`.


.. data:: LockType
.. class:: LockType

This is the type of lock objects.

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/pyexpat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This module provides one exception and one type object:
Alias for :exc:`ExpatError`.


.. data:: XMLParserType
.. class:: XMLParserType

The type of the return values from the :func:`ParserCreate` function.

Expand Down
2 changes: 1 addition & 1 deletion Doc/library/socket.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ The following functions all create :ref:`socket objects <socket-objects>`.
.. versionadded:: 3.3


.. data:: SocketType
.. class:: SocketType

This is a Python type object that represents the socket object type. It is the
same as ``type(socket(...))``.
Expand Down
Loading