Skip to content

Commit

Permalink
Update class docstring to reflect IOP framework for message persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
grongierisc committed Jan 7, 2025
1 parent 0e413e0 commit 035c60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iop/_message.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class _Message:
""" The abstract class that is the superclass for persistent messages sent from one component to another.
This class has no properties or methods. Users subclass Message and add properties.
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.
"""
pass

0 comments on commit 035c60f

Please sign in to comment.