Skip to content

Commit a1f35ae

Browse files
committed
Fix doctest problem
1 parent 4669c79 commit a1f35ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def _find_pattern(pattern: str, enforce_match: bool = True) -> list[str]:
496496
>>> Distribution._find_pattern("../LICENSE.MIT")
497497
Traceback (most recent call last):
498498
...
499-
setuptools.warnings.SetuptoolsDeprecationWarning: ...Pattern '../LICENSE.MIT' cannot contain '..'
499+
setuptools.warnings.SetuptoolsDeprecationWarning: ...Pattern '../LICENSE.MIT' cannot contain '..'...
500500
>>> Distribution._find_pattern("LICEN{CSE*")
501501
Traceback (most recent call last):
502502
...

0 commit comments

Comments
 (0)