Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Dec 1, 2023
1 parent ec378ed commit 59be62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This library takes HTML source of a meetup group page on Meetup and returns a li
```python
>>> import urllib.request
>>> from teemup import parse
>>> with urllib.request.urlopen('https://www.meetup.com/professionaltesting/') as f:
>>> with urllib.request.urlopen('https://www.meetup.com/frontendisti/') as f:
... html = f.read()
...
>>> events = parse(html)
Expand Down

0 comments on commit 59be62f

Please sign in to comment.