summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2016-11-08 01:29:45 -0800
committerJeff Widman <jeff@jeffwidman.com>2016-11-14 03:16:41 -0800
commitcd74c1fe4053385151175b5100cb0a0d43bc31f6 (patch)
treebc430da90685195db6532311f37781ac734479e5 /CHANGES.md
parent77591afa789a4752f4d385228bea980f448f6a08 (diff)
downloadkafka-python-cd74c1fe4053385151175b5100cb0a0d43bc31f6.tar.gz
Fix typos
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 5cefcb8..86519c0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -123,7 +123,7 @@ Consumers
Producers
* KAFKA-3388: Fix expiration of batches sitting in the accumulator (dpkp PR 699)
* KAFKA-3197: when max.in.flight.request.per.connection = 1, attempt to guarantee ordering (dpkp PR 698)
-* Dont use soon-to-be-reserved keyword await as function name (FutureProduceResult) (dpkp PR 697)
+* Don't use soon-to-be-reserved keyword await as function name (FutureProduceResult) (dpkp PR 697)
Clients
* Fix socket leaks in KafkaClient (dpkp PR 696)
@@ -241,7 +241,7 @@ Documentation
* Migrate load_example.py to KafkaProducer / KafkaConsumer
Internals
-* Dont override system rcvbuf or sndbuf unless configured explicitly (dpkp PR 557)
+* Don't override system rcvbuf or sndbuf unless configured explicitly (dpkp PR 557)
* Some attributes may not exist in __del__ if we failed assertions
* Break up some circular references and close client wake pipes on __del__ (aisch PR 554)