From 4d6a4a0d8adc71b7039c21d2e8bfd87cdb00aae8 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 25 Mar 2020 06:16:31 +1100 Subject: [PATCH] docs: Fix simple typo, tring -> trying There is a small typo in flows/handler.py. Should read `trying` rather than `tring`. --- flows/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flows/handler.py b/flows/handler.py index 44b04e7..0a930c4 100644 --- a/flows/handler.py +++ b/flows/handler.py @@ -444,7 +444,7 @@ def position_instance_for(self, component_class_or_name): raise ValueError('Could not figure out how to redirect to %s' % FC) # so the new tree is from the root to the parent of the one we just found, - # coupled with the initial subtree from the component we're tring to redirect + # coupled with the initial subtree from the component we're trying to redirect # to tree_root = self._position.flow_component_classes[:idx+1]