Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Aug 28, 2023
1 parent 2a344df commit 2eddcf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flytekit/models/core/condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ class Operand(_common.FlyteIdlEntity):
def __init__(self, primitive=None, var=None, scalar=None):
"""
Defines an operand to a comparison expression.
:param flytekit.models.literals.Primitive primitive:
:param Text var:
:param flytekit.models.literals.Primitive primitive: A primitive value
:param Text var: A variable name
:param flytekit.models.literals.Scalar scalar: A scalar value
"""

self._primitive = primitive
Expand Down

0 comments on commit 2eddcf6

Please sign in to comment.