Skip to content

Commit

Permalink
typo fixed in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Dec 3, 2023
1 parent 971bf0c commit e0749dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/api/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ def _sanitize_web3_url(msg: str) -> str:
prefix = parts[0].strip()
rest = parts[1].split(" ")

# * To remote the `,` from the url http://127.0.0.1:8545,
# * To remove the `,` from the url http://127.0.0.1:8545,
if "," in rest[0]:
rest[0] = rest[0].rstrip(",")
sanitized_url = sanitize_url(rest[0])
Expand Down

0 comments on commit e0749dd

Please sign in to comment.