Skip to content

Commit 035c60f

Browse files
committed
Update class docstring to reflect IOP framework for message persistence
1 parent 0e413e0 commit 035c60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iop/_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class _Message:
22
""" The abstract class that is the superclass for persistent messages sent from one component to another.
33
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.
4+
The IOP framework provides the persistence to objects derived from the Message class.
55
"""
66
pass

0 commit comments

Comments
 (0)