Newlines in the doc output are simply getting stripped, which results in docs shown in eldoc looking like this:
Marks ``socket`` as accepting connections.``Backlog`` specifies the maximum length of thequeue of pending connections.Raises an OSError error upon failure.
With this change it looks like this:
Marks ``socket`` as accepting connections. ``Backlog`` specifies the maximum length of the queue of pending connections. Raises an OSError error upon failure.
Newlines in the doc output are simply getting stripped, which results in docs shown in eldoc looking like this:
Marks ``socket`` as accepting connections.``Backlog`` specifies the maximum length of thequeue of pending connections.Raises an OSError error upon failure.
With this change it looks like this:
Marks ``socket`` as accepting connections. ``Backlog`` specifies the maximum length of the queue of pending connections. Raises an OSError error upon failure.