diff options
author | Zack Dever <zack.dever@rd.io> | 2015-12-07 12:33:08 -0800 |
---|---|---|
committer | Zack Dever <zack.dever@rd.io> | 2015-12-07 12:33:08 -0800 |
commit | a678260d3622a0decd2d123ac0cfc445084eed60 (patch) | |
tree | 0297cd415fbad550e57b3ba11c5989de6a98f51c | |
parent | 3168b6caccfc32f232d8043854e4594eeb3fa10e (diff) | |
download | kafka-python-a678260d3622a0decd2d123ac0cfc445084eed60.tar.gz |
spelling fix in CHANGES.md and format fix in README.rst
-rw-r--r-- | CHANGES.md | 2 | ||||
-rw-r--r-- | README.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) @@ -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 ---------- |