Skip to content

Commit

Permalink
docs: update parameter description for trade_type to include the co…
Browse files Browse the repository at this point in the history
…rrect option "liquidity_pool" instead of "liquidity_pools". (#743)
  • Loading branch information
overcat authored Jul 4, 2023
1 parent 132fa32 commit 11efa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stellar_sdk/call_builder/base/base_trades_call_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def for_trade_type(self, trade_type: str):
Horizon will reject requests which attempt to set
`trade_type` to ``liquidity_pools`` when using the offer id filter.
:param trade_type: trade type, the currently supported types are ``"orderbook"``, ``"liquidity_pools"`` and ``"all"``,
:param trade_type: trade type, the currently supported types are ``"orderbook"``, ``"liquidity_pool"`` and ``"all"``,
defaults to ``"all"``.
:return: current TradesCallBuilder instance
"""
Expand Down

0 comments on commit 11efa76

Please sign in to comment.