We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984f23f commit 90a7297Copy full SHA for 90a7297
multipart.py
@@ -12,7 +12,7 @@
12
13
14
__author__ = "Marcel Hellkamp"
15
-__version__ = '1.4.0-dev'
+__version__ = "1.4.0-dev"
16
__license__ = "MIT"
17
__all__ = [
18
"MultipartError",
@@ -392,7 +392,7 @@ def __enter__(self):
392
return self
393
394
def __exit__(self, exc_type, exc_val, exc_tb):
395
- """ Close the parser. If the call was caused by an exception, the final
+ """Close the parser. If the call was caused by an exception, the final
396
check for a complete multipart stream is skipped to avoid another
397
exception.
398
"""
0 commit comments