Skip to content

Commit eec66ed

Browse files
committed
Misleading comment fix
1 parent 436b095 commit eec66ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypothesis-python/src/hypothesis/internal/scrutineer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def __exit__(self, *args, **kwargs):
128128

129129
def _glob_to_re(locs):
130130
"""Translate a list of glob patterns to a combined regular expression.
131-
Only * and ** wildcards are supported, and patterns including special
131+
Only the * wildcard is supported, and patterns including special
132132
characters will only work by chance."""
133133
# fnmatch.translate is not an option since its "*" consumes path sep
134134
return "|".join(

0 commit comments

Comments
 (0)