Skip to content

Commit 7a6cf65

Browse files
committed
Lowercased Nginx.
1 parent 36b70e1 commit 7a6cf65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Nginx Python Module
33
*******************
44

5-
The module allows using Python in Nginx both at configuration stage and in
5+
The module allows using Python in nginx both at configuration stage and in
66
runtime.
77

88

@@ -157,7 +157,7 @@ Nginx is a non-blocking server. Using blocking operations, while serving a
157157
request, will significantly decrease its performance. The nginx-python-module
158158
provides substitutions for common blocking operations in Python, making those
159159
changes transparent for user. That means, you can use common blocking Python
160-
operations, while their implementations will rely on Nginx non-blocking core.
160+
operations, while their implementations will rely on nginx non-blocking core.
161161
The list of classes and functions, unblocked by the module:
162162

163163
- ``socket.socket`` class. Unconnected (UDP) sockets, as well as Python SSL

0 commit comments

Comments
 (0)