Skip to content

Commit

Permalink
pool.get and pool.make return Pool or Metapool (docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagakingg authored and chanhosuh committed Nov 8, 2022
1 parent 0a80e11 commit 36f3bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvesim/pool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def get(address_or_symbol, chain="mainnet", balanced=(False, False)):
Returns
-------
:class:`Pool`
:class:`Pool` or :class:`MetaPool`
Examples
--------
Expand Down

0 comments on commit 36f3bb7

Please sign in to comment.