diff options
| author | Ira Lun <sammyrosajoe@gmail.com> | 2019-06-21 15:38:25 +0100 |
|---|---|---|
| committer | Ira Lun <sammyrosajoe@gmail.com> | 2019-06-21 15:38:25 +0100 |
| commit | a3c19ca9712706bc701a9134e4477eb451998556 (patch) | |
| tree | 2aaa6699f39c023931151a4888d21c7f5f2213e2 | |
| parent | 977fbd474d089fff191af8852aa8e165eef800d2 (diff) | |
| download | webob-a3c19ca9712706bc701a9134e4477eb451998556.tar.gz | |
Fix typo.
| -rw-r--r-- | src/webob/acceptparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webob/acceptparse.py b/src/webob/acceptparse.py index 2d3aa29..0ac3a5b 100644 --- a/src/webob/acceptparse.py +++ b/src/webob/acceptparse.py @@ -1198,7 +1198,7 @@ class MIMEAccept(Accept): appropriate object. This shim has an extended deprecation period to allow for application - developers to switch the to new API. + developers to switch to the new API. """ |
