diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2012-05-11 12:03:51 -0500 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2012-05-11 13:51:19 -0500 |
| commit | 25128856f51cd795d176c3da7808913a45e2b964 (patch) | |
| tree | 075647526dc46ec6f82ca252ea35d42f2517cffe | |
| parent | 0611e1fed2308ad5613cffd3629dfa5a97248dff (diff) | |
Fixed typo in utils/archive.py docstring
| -rw-r--r-- | django/utils/archive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/archive.py b/django/utils/archive.py index 027acf788a..70e1f9ba59 100644 --- a/django/utils/archive.py +++ b/django/utils/archive.py @@ -1,7 +1,7 @@ """ Based on "python-archive" -- http://pypi.python.org/pypi/python-archive/ -Copyright (c) 2010 Gary Wilson Jr. <gary.wilson@gmail.com> and contributers. +Copyright (c) 2010 Gary Wilson Jr. <gary.wilson@gmail.com> and contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal |
