Skip to content

Commit 820846c

Browse files
Fix typo in trading CLI help text
Signed-off-by: Daniel Zullo <[email protected]>
1 parent 9759868 commit 820846c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
## Bug Fixes
1616

17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
17+
* Fixed typo in the trading CLI help text.

src/frequenz/client/electricity_trading/cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def receive_public_orders( # pylint: disable=too-many-arguments
9292
delivery_start: datetime,
9393
sign_secret: str | None = None,
9494
) -> None:
95-
"""List and/or stream public trades."""
95+
"""List and/or stream public orders."""
9696
asyncio.run(
9797
run_receive_public_orders(
9898
url=url,

0 commit comments

Comments
 (0)