Skip to content

Commit 45fb43e

Browse files
authored
formatting
1 parent 32504b1 commit 45fb43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datajoint/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def reserve(self, table_name, key):
9090
def ignore(self, table_name, key):
9191
"""
9292
Set a job to be ignored for computation. When a job is ignored, the job table contains an entry for the
93-
job key, identified by its hash, with status "ignore".
93+
job key, identified by its hash, with status "ignore".
9494
9595
:param table_name: `database`.`table_name`
9696
:param key: the dict of the job's primary key

0 commit comments

Comments
 (0)