Skip to content

Commit b64b0e1

Browse files
committed
Fix documentation
Move notice about user and team-specific worklogs under Retrieve Worklogs chapter.
1 parent de8de72 commit b64b0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ You need an API token for communicating with tempo REST APIs.
5656
for i in worklogs:
5757
print(i)
5858

59+
There are also functions to retrieve `user` and `team`-specific worklogs.
60+
5961

6062
#### Create Worklog
6163

@@ -83,8 +85,6 @@ You need an API token for communicating with tempo REST APIs.
8385

8486
delete_response = tempo.delete_worklog(<worklog_id>)
8587

86-
There are also functions to retrieve `user` and `team`-specific worklogs.
87-
8888

8989
## Code Format
9090

0 commit comments

Comments
 (0)