Skip to content

Commit bc6ff32

Browse files
christophersanbornxeroc
authored andcommitted
Fix typo.
1 parent 51e3eac commit bc6ff32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitshares/bitshares.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ def create_liquidity_pool(self, asset_a, asset_b, share_asset,
17731773
17741774
:param str asset_a: First asset in the pool pair.
17751775
:param str asset_b: Second asset in the pool pair.
1776-
:param str asset_a: The asset which represents shares in the pool.
1776+
:param str share_asset: The asset which represents shares in the pool.
17771777
17781778
For asset parameters, these can be either symbols or asset_id
17791779
strings. Note that network expects asset_a to have a lower-numbered

0 commit comments

Comments
 (0)