From 3305f0ca7df9fe125b217962b9e3a0614ef1bd10 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Sun, 23 Aug 2015 11:45:10 -0400 Subject: [PATCH] Repair a docstring --- vcr/errors.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/vcr/errors.py b/vcr/errors.py index 1b40f91..bdc9701 100644 --- a/vcr/errors.py +++ b/vcr/errors.py @@ -3,8 +3,5 @@ class CannotOverwriteExistingCassetteException(Exception): class UnhandledHTTPRequestError(KeyError): - ''' - Raised when a cassette does not c - ontain the request we want - ''' + """Raised when a cassette does not contain the request we want.""" pass