Skip to content

Commit 3f70c81

Browse files
authored
update docstring format
1 parent 45fb43e commit 3f70c81

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

datajoint/jobs.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,14 @@ def ignore(self, table_name, key):
9292
Set a job to be ignored for computation. When a job is ignored, the job table contains an entry for the
9393
job key, identified by its hash, with status "ignore".
9494
95-
:param table_name: `database`.`table_name`
96-
:param key: the dict of the job's primary key
97-
:return: True if ignore job successfully. False = the jobs is already taken
95+
Args:
96+
table_name:
97+
Table name (str) - `database`.`table_name`
98+
key:
99+
The dict of the job's primary key
100+
101+
Returns:
102+
True if ignore job successfully. False = the jobs is already taken
98103
"""
99104
job = dict(
100105
table_name=table_name,

0 commit comments

Comments
 (0)