Skip to content

Commit 7e6e79c

Browse files
authored
fix a typo
1 parent 02abb2f commit 7e6e79c

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)