Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 298b5dcce -> 81cba0ed1


MINIFICPP-688: fix small spelling error and awkward wording

This closes #451.

Signed-off-by: Marc Parisi <phroc...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/81cba0ed
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/81cba0ed
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/81cba0ed

Branch: refs/heads/master
Commit: 81cba0ed1ee2fb317ee7dd65a7f89fe55e6d76f4
Parents: 298b5dc
Author: Otto Fowler <ottobackwa...@gmail.com>
Authored: Wed Nov 28 13:11:30 2018 -0500
Committer: Marc Parisi <phroc...@apache.org>
Committed: Thu Nov 29 09:38:05 2018 -0500

----------------------------------------------------------------------
 PYTHON.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/81cba0ed/PYTHON.md
----------------------------------------------------------------------
diff --git a/PYTHON.md b/PYTHON.md
index e22b03e..a05c2c0 100644
--- a/PYTHON.md
+++ b/PYTHON.md
@@ -27,8 +27,8 @@ This readme provides a how-to guide on using the Python 
bindings for MiNiFi C++.
 
 ## Description
 
-Apache NiFi MiNiFi C++ can communicates using python bindings. These bindings 
connect
-to the C API that exists. In doing so they can utilize the building blocks 
within the CAPI.
+Apache NiFi MiNiFi C++ can communicate using python bindings. These bindings 
connect
+to the existing C API. In doing so, they can utilize the building blocks 
within the CAPI.
 
 The design is predicated upon a MiNiFi instance. There is a getFile example 
that shows
 the usage of this API. A processor can be created and then a flowfile will be 
output if one

Reply via email to