Skip to content

Commit 30dbea0

Browse files
committed
Fix a flake8 complain in docstrings
1 parent 3aaea86 commit 30dbea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
**Flask-Log-Request-Id** is an extension for `Flask`_ that can parse and handle
88
the request-id sent by request processors like `Amazon ELB`_, `Heroku Request-ID`_
99
or any multi-tier infrastructure as the one used at microservices. A common
10-
usage scenario is to inject the request\_id in the logging system so that all
10+
usage scenario is to inject the request\\_id in the logging system so that all
1111
log records, even those emitted by third party libraries, have attached the
12-
request\_id that initiated their call. This can greatly improve tracing and debugging of problems.
12+
request\\_id that initiated their call. This can greatly improve tracing and debugging of problems.
1313
1414
1515
Features

0 commit comments

Comments
 (0)