Skip to content

Commit 9d3bc34

Browse files
committed
README fix attempt.
1 parent 2eb8177 commit 9d3bc34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ 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-
- The ``socket.socket`` class
164-
- unconnected (UDP) sockets are not supported
165-
- standard Python SSL socket wrappers are not supported
163+
- ``socket.socket`` class
164+
* unconnected (UDP) sockets are not supported
165+
* standard Python SSL socket wrappers are not supported
166166
- ``socket.gethostbyname()`` and other resolve functions
167167
- nginx ``resolver`` directive in current location is required for these
168168
functions

0 commit comments

Comments
 (0)