Fix spelling
authorabhi-jha <abhi_jha1995@rediffmail.com>
Wed, 10 Apr 2019 03:33:34 +0000 (09:03 +0530)
committerabhi-jha <abhi_jha1995@rediffmail.com>
Wed, 10 Apr 2019 03:33:34 +0000 (09:03 +0530)
tweepy/streaming.py

index 43aa82340be425279e8c5339cb35173d8b089f2f..10d0e1c7a7d51458034f2102ddf411136b65168a 100644 (file)
@@ -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.
     """