Skip to content

Commit

Permalink
Fix unclear docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirezfranciscof committed Oct 6, 2020
1 parent f70ea49 commit f8a9b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/engine/processes/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ def __init__(self, process_class):

@property
def process_class(self):
"""Straighforward wrapper for the process_class"""
"""Return the process class for which this builder is constructed."""
return self._process_class

0 comments on commit f8a9b7d

Please sign in to comment.