We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02abb2f + 7e6e79c commit 68e9c8fCopy full SHA for 68e9c8f
1 file changed
drmaa/session.py
@@ -100,7 +100,7 @@ def attributeNames(self):
100
"""
101
blockEmail = Attribute(BLOCK_EMAIL, type_converter=BoolConverter(true='1',
102
false='0'))
103
- """False id this job should send an email, True otherwise."""
+ """False if this job should send an email, True otherwise."""
104
startTime = Attribute(START_TIME)
105
"""The job start time, a partial timestamp string."""
106
jobName = Attribute(JOB_NAME)
0 commit comments