docs: update more typing wordings

This commit is contained in:
Matthias
2024-11-15 07:18:41 +01:00
parent a6d513a0e6
commit 6d9ab5e9ff
4 changed files with 5 additions and 5 deletions

View File

@@ -226,7 +226,7 @@ In `VolumePairList`, this implements different methods of sorting, does early va
##### sample
``` python
def filter_pairlist(self, pairlist: List[str], tickers: Dict) -> List[str]:
def filter_pairlist(self, pairlist: list[str], tickers: dict) -> List[str]:
# Generate dynamic whitelist
pairs = self._calculate_pairlist(pairlist, tickers)
return pairs