From 78d0066393f8841348562ea42dbd30ab9b9c1e7e Mon Sep 17 00:00:00 2001 From: abhi-jha Date: Wed, 10 Apr 2019 09:03:34 +0530 Subject: [PATCH] Fix spelling --- tweepy/streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ -- 2.25.1