Skip to content

Commit

Permalink
fix: remove newlines in extension description
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Jan 8, 2025
1 parent 53401cc commit daaf2d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guppylang/compiler/hugr_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
),
)
),
description="A partial application of a function.\n"
"Given arguments [*a],[*b],[*c], represents an operation with type\n"
"`(*c, *a -> *b), *c -> (*a -> *b)`",
description="A partial application of a function."
" Given arguments [*a],[*b],[*c], represents an operation with type"
" `(*c, *a -> *b), *c -> (*a -> *b)`",
)
)

Expand Down

0 comments on commit daaf2d3

Please sign in to comment.