Skip to content

Commit

Permalink
docs: comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 29, 2023
1 parent afdc4c7 commit 65bef59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/cli/choices.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def get_networks(
network: _NETWORK_FILTER = None,
provider: _NETWORK_FILTER = None,
) -> LazySequence:
# NOTE: Use str-keys and a lru_cache.
# NOTE: Use str-keys an lru_cache.
return _get_networks_sequence_from_cache(
_network_filter_to_key(ecosystem),
_network_filter_to_key(network),
Expand Down

0 comments on commit 65bef59

Please sign in to comment.