Skip to content

Commit 7fd74ef

Browse files
committed
Fix typo, clarify wording in release notes
1 parent d6aeda7 commit 7fd74ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/release-history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ One use for these is to iterate through additional mementos. For example, to get
4545
Fixes & Maintenance
4646
^^^^^^^^^^^^^^^^^^^
4747

48-
- Fix an issue where the :attr:`Memento.url` attribute might not be slightly off (it could have a different protocol, different upper/lower-casing, etc.). (:issue:`99`)
48+
- Fix an issue where the :attr:`Memento.url` attribute might be slightly off from the exact URL that was captured (it could have a different protocol, different upper/lower-casing, etc.). (:issue:`99`)
4949

5050
- Fix an error when getting a memento for a redirect in ``view`` mode. If you called :meth:`wayback.WaybackClient.get_memento` with a URL that turned out to be a redirect at the given time and set the ``mode`` option to :attr:`wayback.Mode.view`, you’d get an exception saying “Memento at {url} could not be played.” Now this works just fine. (:issue:`109`)
5151

0 commit comments

Comments
 (0)