Skip to content

Commit 68e9c8f

Browse files
Merge pull request #50 from chenliangomc/patch-1
fix a typo
2 parents 02abb2f + 7e6e79c commit 68e9c8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drmaa/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def attributeNames(self):
100100
"""
101101
blockEmail = Attribute(BLOCK_EMAIL, type_converter=BoolConverter(true='1',
102102
false='0'))
103-
"""False id this job should send an email, True otherwise."""
103+
"""False if this job should send an email, True otherwise."""
104104
startTime = Attribute(START_TIME)
105105
"""The job start time, a partial timestamp string."""
106106
jobName = Attribute(JOB_NAME)

0 commit comments

Comments
 (0)