diff options
Diffstat (limited to 'examples/stateMachine2.py')
-rw-r--r-- | examples/stateMachine2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stateMachine2.py b/examples/stateMachine2.py index a156f6c..d172368 100644 --- a/examples/stateMachine2.py +++ b/examples/stateMachine2.py @@ -156,7 +156,7 @@ class SuffixImporter(object): the PEP, and also used Doug Hellmann's PyMOTW article `Modules and
Imports`_, as a pattern.
- .. _`Modules and Imports`: http://www.doughellmann.com/PyMOTW/sys/imports.html
+ .. _`Modules and Imports`: https://pymotw.com/3/sys/imports.html
Define a subclass that specifies a :attr:`suffix` attribute, and
implements a :meth:`process_filedata` method. Then call the classmethod
|