We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02abb2f commit 7e6e79cCopy full SHA for 7e6e79c
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