Skip to content

Commit f16441f

Browse files
Fix typo found by codespell (#2067)
1 parent aff6f39 commit f16441f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_pypirc(fs):
3737
app=None,
3838
cache_dir=Path("/none"),
3939
options={},
40-
repo="arbritrary",
40+
repo="arbitrary",
4141
repo_config={"url": "https://kaashandel.nl/"},
4242
)
4343
assert credentials.username == "guido"

0 commit comments

Comments
 (0)