summaryrefslogtreecommitdiff
path: root/argparse.py
diff options
context:
space:
mode:
Diffstat (limited to 'argparse.py')
-rw-r--r--argparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/argparse.py b/argparse.py
index 4ff6f88..2ba966c 100644
--- a/argparse.py
+++ b/argparse.py
@@ -84,7 +84,7 @@ __all__ = [
'FileType',
'HelpFormatter',
'RawDescriptionHelpFormatter',
- 'RawTextHelpFormatter'
+ 'RawTextHelpFormatter',
'ArgumentDefaultsHelpFormatter',
]