From a678260d3622a0decd2d123ac0cfc445084eed60 Mon Sep 17 00:00:00 2001 From: Zack Dever Date: Mon, 7 Dec 2015 12:33:08 -0800 Subject: [PATCH] spelling fix in CHANGES.md and format fix in README.rst --- CHANGES.md | 2 +- README.rst | 2 +- 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 `_ Copyright 2015, David Arthur, Dana Powers, and Contributors -(See `AUTHORS `_ +(See `AUTHORS `_) Status ----------