Skip to content

Commit

Permalink
Fix last of the Sphinx warnings (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jul 17, 2021
1 parent 288a576 commit bb1ff5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/guide/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ safe to remove the wait for ``future.done``, so long as you keep the |shutdown|
call.


.. |assertEventuallyTrueInGui| replace:: :meth:`pyface.ui.qt4.util.gui_test_assistant.GuiTestAssistant.assertEventuallyTrueInGui`
.. |GuiTestAssistant| replace:: :class:`pyface.ui.qt4.util.gui_test_assistant.GuiTestAssistant`
.. |assertEventuallyTrueInGui| replace:: ``assertEventuallyTrueInGui``
.. |GuiTestAssistant| replace:: ``GuiTestAssistant``

.. |shutdown| replace:: :meth:`~traits_futures.traits_executor.TraitsExecutor.shutdown`

0 comments on commit bb1ff5c

Please sign in to comment.