Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pypeline.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/pypeline/core/arrows/function_arrow.py')
-rw-r--r--src/pypeline/core/arrows/function_arrow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pypeline/core/arrows/function_arrow.py b/src/pypeline/core/arrows/function_arrow.py
index 17e282d..15b880e 100644
--- a/src/pypeline/core/arrows/function_arrow.py
+++ b/src/pypeline/core/arrows/function_arrow.py
@@ -29,7 +29,7 @@ from pypeline.core.arrows.arrow import Arrow
# input (&&&) is the bitwise and operator (&).
# WATCH OUT FOR OPERATOR PRECEDENCE!!!
#
-# ** is higher than >> is higher than than &
+# ** is higher than >> is higher than &
#
#
# See: