Edit docstring mentioning pybitmessage

This commit is contained in:
Lee Miller 2023-07-26 02:50:37 +03:00
parent b34a39829f
commit e505ea2047
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63

View File

@ -42,7 +42,7 @@ class TestProcessProto(unittest.TestCase):
@classmethod
def tearDownClass(cls):
"""Ensures that pybitmessage stopped and removes files"""
"""Ensures the process is stopped and removes files"""
try:
if not cls._stop_process(10):
try: