Skip to content

Commit bda2cb1

Browse files
committed
Update README.md
1 parent d95b1f8 commit bda2cb1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ py -m pip install urlpattern
2828
```py
2929
from urlpattern import URLPattern
3030

31-
3231
pattern = URLPattern("https://example.com/*")
3332
print(pattern.test("https://example.com/foo/bar")) # output: True
3433

0 commit comments

Comments
 (0)