Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91a0b5d

Browse files
committed
minor update
1 parent b699f98 commit 91a0b5d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/core/common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979

8080

8181
class UnicodeRawConfigParser(RawConfigParser):
82+
"""
83+
RawConfigParser with unicode writing support
84+
"""
8285
def write(self, fp):
8386
"""
8487
Write an .ini-format representation of the configuration state.

0 commit comments

Comments
 (0)