Skip to content

Commit

Permalink
Update src/braket/experimental/autoqasm/operators/comparisons.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Shaffer <3620100+rmshaffer@users.noreply.github.com>
  • Loading branch information
laurencap and rmshaffer authored Nov 10, 2023
1 parent 4b230fb commit 2caacf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/braket/experimental/autoqasm/operators/comparisons.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def lt_(a: Any, b: Any) -> Union[bool, aq_types.BoolVar]:
"""Functional form of "<".
Args:
a (Any): Callable that returns the first expression.
b (Any): Callable that returns the second expression.
a (Any): The first expression.
b (Any): The second expression.
Returns:
Union[bool, BoolVar]: Whether the first expression is less than the second.
Expand Down

0 comments on commit 2caacf5

Please sign in to comment.