summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Dever <zack.dever@rd.io>2015-12-07 12:33:08 -0800
committerZack Dever <zack.dever@rd.io>2015-12-07 12:33:08 -0800
commita678260d3622a0decd2d123ac0cfc445084eed60 (patch)
tree0297cd415fbad550e57b3ba11c5989de6a98f51c
parent3168b6caccfc32f232d8043854e4594eeb3fa10e (diff)
downloadkafka-python-a678260d3622a0decd2d123ac0cfc445084eed60.tar.gz
spelling fix in CHANGES.md and format fix in README.rst
-rw-r--r--CHANGES.md2
-rw-r--r--README.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index b6344ea..b3c9094 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -10,7 +10,7 @@ Consumers
* Add KafkaConsumer.close() (ucarion PR 426)
Producers
-* Cath client.reinit() exceptions in async producer (dpkp)
+* Catch client.reinit() exceptions in async producer (dpkp)
* Producer.stop() now blocks until async thread completes (dpkp PR 485)
* Catch errors during load_metadata_for_topics in async producer (bschopman PR 467)
* Add compression-level support for codecs that support it (trbs PR 454)
diff --git a/README.rst b/README.rst
index 99a3889..7eaf68d 100644
--- a/README.rst
+++ b/README.rst
@@ -32,7 +32,7 @@ License
----------
Apache License, v2.0. See `LICENSE <https://github.com/dpkp/kafka-python/blob/master/LICENSE>`_
Copyright 2015, David Arthur, Dana Powers, and Contributors
-(See `AUTHORS <https://github.com/dpkp/kafka-python/blob/master/AUTHORS.md>`_
+(See `AUTHORS <https://github.com/dpkp/kafka-python/blob/master/AUTHORS.md>`_)
Status
----------