From a4140f2352e764f66cc890e380460b561b352824 Mon Sep 17 00:00:00 2001 From: Nicholas Nezis Date: Fri, 27 Nov 2020 14:17:37 -0500 Subject: [PATCH] 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 2130dac315d..7702d709745 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']