Skip to content

Commit 36d6f8d

Browse files
committed
README fix attempt.
1 parent 44fdc04 commit 36d6f8d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,10 @@ changes transparent for user. That means, you can use common blocking Python
160160
operations, while their implementations will rely on Nginx non-blocking core.
161161
The list of classes and functions, unblocked by the module:
162162

163-
- ``socket.socket`` class
164-
Unconnected (UDP) sockets, as well as Python SSL socket wrappers are not
165-
supported.
166-
- ``socket.gethostbyname()`` and other resolve functions
167-
- nginx ``resolver`` directive in current location is required for these
168-
functions
163+
- ``socket.socket`` class. Unconnected (UDP) sockets, as well as Python SSL
164+
socket wrappers are not supported.
165+
- ``socket.gethostbyname()`` and other resolve functions. The ``resolver``
166+
directive in the current location is required for these functions.
169167
- ``time.sleep()`` function
170168

171169

0 commit comments

Comments
 (0)