Skip to content

Commit 557f767

Browse files
committed
Typo in comment
1 parent 9ca2240 commit 557f767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_new_resolver.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_new_resolver_installs_extras(script):
148148
("<2", False, "0.1.0"),
149149
("<2", True, "0.2.0"),
150150
151-
# Something guarentees to satisfy.
151+
# Something guaranteed to satisfy.
152152
(">=2", False, "0.2.0"),
153153
(">=2", True, "0.2.0"),
154154
],

0 commit comments

Comments
 (0)