Skip to content

Commit

Permalink
Docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Oct 26, 2023
1 parent 798460b commit f73e3ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eth_defi/uniswap_v2/pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
class PairDetails:
"""Uniswap v2 trading pair info.
An example usage how to get the latest price of a pair on PancakeSwap:
An example usage how to get the latest price of a pair on PancakeSwap.
The `PairDetails` class will do an automatic conversion of prices to human-readable, decimal format:
.. code-block:: python
Expand Down

0 comments on commit f73e3ef

Please sign in to comment.