From a3c19ca9712706bc701a9134e4477eb451998556 Mon Sep 17 00:00:00 2001 From: Ira Lun Date: Fri, 21 Jun 2019 15:38:25 +0100 Subject: Fix typo. --- src/webob/acceptparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- cgit v1.2.1