Fix docstring

This commit is contained in:
Luke Van Seters 2021-12-22 18:35:43 -05:00
parent ca921f896d
commit fa5be12e81

View File

@ -132,7 +132,7 @@ def _get_shortest_route(
def _get_all_start_end_swaps(swaps: List[Swap]) -> List[Tuple[Swap, List[Swap]]]:
"""
Gets the set of all possible opening and closing swap pairs in an arbitrage via
Gets the set of all possible openings and corresponding closing swaps for an arbitrage via
- swap[start].token_in == swap[end].token_out
- swap[start].from_address == swap[end].to_address
- not swap[start].from_address in all_pool_addresses