Skip to content

Commit

Permalink
Fix refs in application changes
Browse files Browse the repository at this point in the history
  • Loading branch information
questionlp committed Jan 31, 2025
1 parent 5cdbb83 commit 4ab81ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Application Changes

* Add ``retrieve_random()``, ``retrieve_random_id()``, ``retrieve_random_slug()``, ``retrieve_random_date()`` and ``retrieve_random_details()`` to the following classes that mirror the corresponding feature in the `Wait Wait Stats Page`_

* :py:class`wwdtm.guest.Guest`
* :py:class`wwdtm.host.Host`
* :py:class`wwdtm.location.Location`
* :py:class`wwdtm.panelist.Panelist`
* :py:class`wwdtm.scorekeeper.Scorekeeper`
* :py:class`wwdtm.show.Show`
* :py:class:`wwdtm.guest.Guest`
* :py:class:`wwdtm.host.Host`
* :py:class:`wwdtm.location.Location`
* :py:class:`wwdtm.panelist.Panelist`
* :py:class:`wwdtm.scorekeeper.Scorekeeper`
* :py:class:`wwdtm.show.Show`

Development Changes
-------------------
Expand Down

0 comments on commit 4ab81ec

Please sign in to comment.