diff options
Diffstat (limited to 'Lib/copy_reg.py')
| -rw-r--r-- | Lib/copy_reg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/copy_reg.py b/Lib/copy_reg.py index db4eb66..d0953bf 100644 --- a/Lib/copy_reg.py +++ b/Lib/copy_reg.py @@ -1,4 +1,4 @@ -# Helper to provide extensibility for pickle/cPickle. +"""Helper to provide extensibility for pickle/cPickle.""" dispatch_table = {} safe_constructors = {} |
