This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch nicknezis-typo-fix in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit ec79821f79499b555b56e0bfbddfd0080f7f6c95 Author: Nicholas Nezis <[email protected]> AuthorDate: Fri Nov 27 14:16:24 2020 -0500 Typo fix --- 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']
