Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 96afb86

Browse files
author
Matthew Bryan
committed
Fix reference in examples.rst
1 parent bc09b15 commit 96afb86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_src_doc/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ of :class:`Action`. Such classes require a ``run()`` function that defines
77
the actual operation. Acceptable parameters for passing to the function can
88
be provided via the ``OPTIONS`` class member.
99

10-
A test case is represented as a sequence of :class:`Action` instances. These
10+
A test case is represented as a sequence of :class:`combtest.action.Action` instances. These
1111
cases are :class:`Walk` instances, which will be generated via combination of
1212
the ``Actions`` the user provides. ``Walks`` are simply executables that
1313
execute the ``run()`` functions of their ``Actions`` in order, passing a

0 commit comments

Comments
 (0)