diff options
| author | ianb <devnull@localhost> | 2006-10-20 18:36:46 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2006-10-20 18:36:46 +0000 |
| commit | 315957c3dd7a71957a15b4fa2048601247ecae83 (patch) | |
| tree | 9b119369e9b82c9d4889047077a001d19a978b18 /docs/DeveloperGuidelines.txt | |
| parent | 9366c845452889ccd5a09f85c6a3a0c51695a44d (diff) | |
| download | paste-315957c3dd7a71957a15b4fa2048601247ecae83.tar.gz | |
Moved and fixed gzip middleware entry point; typo in docs
Diffstat (limited to 'docs/DeveloperGuidelines.txt')
| -rw-r--r-- | docs/DeveloperGuidelines.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DeveloperGuidelines.txt b/docs/DeveloperGuidelines.txt index 7b88966..69f39ee 100644 --- a/docs/DeveloperGuidelines.txt +++ b/docs/DeveloperGuidelines.txt @@ -68,7 +68,7 @@ is going to bite your head off for committing something. def backward_compat_function(*args, **kw): import warnings # Deprecated on 2005 Mar 5 - warnings.warn('Moved to foo.function', DeprecationWarnings, 2) + warnings.warn('Moved to foo.function', DeprecationWarning, 2) return foo.function(*args, **kw) * If something is really experimental, put it in your home directory, |
