Skip to content

Commit d1f8d8a

Browse files
committed
Undo quadruple & quintuple quotes doc string
1 parent 9d6f384 commit d1f8d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requestlogger/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
""""
3+
"""
44
Apache-like combined logging for WSGI Web Applications.
55
66
Homepage: https://github.com/pklaus/wsgi-request-logger
@@ -9,7 +9,7 @@
99
Copyright (c) 2007-2011 L. C. Rees. All rights reserved.
1010
1111
License: BSD (see LICENSE for details)
12-
"""""
12+
"""
1313

1414
import time
1515
from datetime import datetime as dt

0 commit comments

Comments
 (0)