From: abhi-jha Date: Wed, 10 Apr 2019 03:33:34 +0000 (+0530) Subject: Fix spelling X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=78d0066393f8841348562ea42dbd30ab9b9c1e7e;p=tweepy.git Fix spelling --- diff --git a/tweepy/streaming.py b/tweepy/streaming.py index 43aa823..10d0e1c 100644 --- a/tweepy/streaming.py +++ b/tweepy/streaming.py @@ -146,7 +146,7 @@ class ReadBuffer(object): reads are quite slow. To combat this latency we can read big chunks, but the blocking part means we won't get results until enough tweets have arrived. That may not be a big deal for high throughput systems. - For low throughput systems we don't want to sacrafice latency, so we + For low throughput systems we don't want to sacrifice latency, so we use small chunks so it can read the length and the tweet in 2 read calls. """