edgi-govdata-archiving / wayback

A Python API to the Internet Archive Wayback Machine
https://wayback.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
61 stars 12 forks source link

Fix return type for `get_memento()` in docs #96

Closed Mr0grog closed 1 year ago

Mr0grog commented 1 year ago

A while back, we added an actual Memento type to represent mementos retrieved via get_memento(). However, it looks like the return type for get_memento() in the docs wasn't updated.