Skip to content

Commit fc9bbe9

Browse files
authored
Merge pull request #362 from raboof/document-keep
document 'keep' better
2 parents eb051d6 + 0c34068 commit fc9bbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gateway/gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class RefDetails(TypedDict):
2121
2222
Attributes:
2323
expires_at: After this date the reference will be removed
24-
keep: Optional flag to retain the reference regardless of expiry
24+
keep: Optional flag to retain the reference, regardless of expiry, and not start the clock on expiry when new tags appear
2525
"""
2626

2727
expires_at: date

0 commit comments

Comments
 (0)