diff options
Diffstat (limited to 'httpretty/errors.py')
| -rw-r--r-- | httpretty/errors.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httpretty/errors.py b/httpretty/errors.py index c69a438..1f1b94f 100644 --- a/httpretty/errors.py +++ b/httpretty/errors.py @@ -34,6 +34,6 @@ class HTTPrettyError(Exception): class UnmockedError(HTTPrettyError): def __init__(self): super(UnmockedError, self).__init__( - 'No mocking was registered, and real connections are ' - 'not allowed (httpretty.allow_net_connect = False).' + "No mocking was registered, and real connections are " + "not allowed (httpretty.allow_net_connect = False)." ) |
