We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e413e0 commit 035c60fCopy full SHA for 035c60f
src/iop/_message.py
@@ -1,6 +1,6 @@
1
class _Message:
2
""" The abstract class that is the superclass for persistent messages sent from one component to another.
3
This class has no properties or methods. Users subclass Message and add properties.
4
- The PEX framework provides the persistence to objects derived from the Message class.
+ The IOP framework provides the persistence to objects derived from the Message class.
5
"""
6
pass
0 commit comments