Skip to content

Commit bc9c93e

Browse files
committed
Fix get_processes docstring
1 parent a93e14c commit bc9c93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galahad/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def get_processes() -> types.GeneratorType:
5-
"""Return all processes"""
5+
"""Return all registered processes."""
66
from django.apps import apps
77
from .models import Process
88

0 commit comments

Comments
 (0)