This is an automated email from the ASF dual-hosted git repository.
nicknezis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/master by this push:
new a4140f2 Typo fix (#3637)
a4140f2 is described below
commit a4140f2352e764f66cc890e380460b561b352824
Author: Nicholas Nezis <[email protected]>
AuthorDate: Fri Nov 27 14:17:37 2020 -0500
Typo fix (#3637)
---
examples/src/python/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/src/python/__init__.py b/examples/src/python/__init__.py
index 2130dac..7702d70 100644
--- a/examples/src/python/__init__.py
+++ b/examples/src/python/__init__.py
@@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-"""Excample python topologies"""
+"""Example python topologies"""
__all__ = ['bolt', 'spout', 'misc', 'custom_grouping_topology',
'word_count_topology']