Skip to content

Commit b1ba8b7

Browse files
committed
Updated README.
1 parent 8e86d86 commit b1ba8b7

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.rst

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ Python variable::
192192

193193
# nginx.conf
194194

195-
events {
196-
}
195+
events {}
197196

198197
http {
199198
python "import hashlib";
@@ -213,8 +212,7 @@ Python access and content handlers::
213212

214213
# nginx.conf
215214

216-
events {
217-
}
215+
events {}
218216

219217
http {
220218
python_include inc.py;
@@ -255,8 +253,7 @@ UDP reports in Python::
255253

256254
# nginx.conf
257255

258-
events {
259-
}
256+
events {}
260257

261258
http {
262259
python_include inc.py;
@@ -292,8 +289,7 @@ Making HTTP requests from Python in runtime::
292289

293290
# nginx.conf
294291

295-
events {
296-
}
292+
events {}
297293

298294
http {
299295
python_include inc.py;
@@ -332,8 +328,7 @@ Simple echo server::
332328

333329
# nginx.conf
334330

335-
events {
336-
}
331+
events {}
337332

338333
stream {
339334
python_include inc.py;

0 commit comments

Comments
 (0)