diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2016-11-08 01:29:45 -0800 |
---|---|---|
committer | Jeff Widman <jeff@jeffwidman.com> | 2016-11-14 03:16:41 -0800 |
commit | cd74c1fe4053385151175b5100cb0a0d43bc31f6 (patch) | |
tree | bc430da90685195db6532311f37781ac734479e5 /docs/changelog.rst | |
parent | 77591afa789a4752f4d385228bea980f448f6a08 (diff) | |
download | kafka-python-cd74c1fe4053385151175b5100cb0a0d43bc31f6.tar.gz |
Fix typos
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index c56a432..ab2a092 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -148,7 +148,7 @@ 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 ------- @@ -292,7 +292,7 @@ Documentation 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) |