Skip to content

Commit 203bea6

Browse files
committed
update argument example formatting
1 parent 2fff00d commit 203bea6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

jira/client.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -2360,14 +2360,13 @@ def add_worklog(
23602360
comment (Optional[str]): optional worklog comment
23612361
started (Optional[datetime.datetime]): Moment when the work is logged, if not specified will default to now
23622362
user (Optional[str]): the user ID or name to use for this worklog
2363-
visibility (Optional[Dict[str,Any]]): the visibility argument
2364-
```js
2363+
visibility (Optional[Dict[str,Any]]): the visibility argument. ::
2364+
23652365
{
23662366
"type": "group", # "group" or "role"
23672367
"value": "<string>",
23682368
"identifier": "<string>" # OPTIONAL
23692369
}
2370-
```
23712370
Returns:
23722371
Worklog
23732372
"""

0 commit comments

Comments
 (0)