Skip to content

Commit 00e072b

Browse files
authored
fix missing space
AFAIK threadsafety is not an existing word
1 parent 0fedbba commit 00e072b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CacheControl is a port of the caching algorithms in httplib2_ for use with
1313
requests_ session object.
1414

1515
It was written because httplib2's better support for caching is often
16-
mitigated by its lack of threadsafety. The same is true of requests in
16+
mitigated by its lack of thread safety. The same is true of requests in
1717
terms of caching.
1818

1919

0 commit comments

Comments
 (0)