Source: python-cachecontrol Version: 0.11.5-1 Tags: patch Severity: minor
-- Jakub Wilk
diff --git a/debian/control b/debian/control index da0bf03..9f15035 100644 --- a/debian/control +++ b/debian/control @@ -20,8 +20,8 @@ Package: python-cachecontrol Architecture: all Depends: python-requests, ${misc:Depends}, ${python:Depends} Description: caching algorithms in httplib2 for use with requests - CacheControl is a port of the caching algorithms in httplib2_ for use with - requests_ session object. + CacheControl is a port of the caching algorithms in httplib2 for use with + requests session object. . It was written because httplib2's better support for caching is often mitigated by its lack of threadsafety. The same is true of requests in @@ -33,8 +33,8 @@ Package: python3-cachecontrol Architecture: all Depends: python3-requests, ${misc:Depends}, ${python3:Depends} Description: caching algorithms in httplib2 for use with requests - CacheControl is a port of the caching algorithms in httplib2_ for use with - requests_ session object. + CacheControl is a port of the caching algorithms in httplib2 for use with + requests session object. . It was written because httplib2's better support for caching is often mitigated by its lack of threadsafety. The same is true of requests in