You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Salted in that specific version is a relatively young package that will receive
74
74
*`min_version`: a string with the number of the oldest supported version (like `'3.6'`).
75
75
*`incompatible_versions`: a list of incompatible versions that will raise the `RuntimeError`exception if they try to run your package.
76
76
*`max_tested_version`: the latest version of the interpreter you successfully tested your code with.
77
-
*`nag_over_update` (optional): requires a dictionary with the three following keys:
77
+
*`nag_over_update` (optional): requires a dictionary with the two following keys:
78
78
*`nag_days_after_release`: wait this number of days (`int`) since the release before reminding users to check for an update.
79
79
*`nag_in_hundred`: Whether to nag over a possible update is random, but this sets the probability in the form how many times (int) out of hundred starts the message is logged. Accordingly 100 means every time.
80
80
*`language_messages` (optional): the language (`en` for English or `de` for German) of the messages logged by this. Defaults to English log messages.
0 commit comments