We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9759868 commit 820846cCopy full SHA for 820846c
RELEASE_NOTES.md
@@ -14,4 +14,4 @@
14
15
## Bug Fixes
16
17
-<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
+* Fixed typo in the trading CLI help text.
src/frequenz/client/electricity_trading/cli/__main__.py
@@ -92,7 +92,7 @@ def receive_public_orders( # pylint: disable=too-many-arguments
92
delivery_start: datetime,
93
sign_secret: str | None = None,
94
) -> None:
95
- """List and/or stream public trades."""
+ """List and/or stream public orders."""
96
asyncio.run(
97
run_receive_public_orders(
98
url=url,
0 commit comments