File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def version_check(
37
37
Recommends upgrade, if a newer version exists.
38
38
39
39
This wraps the _version_check function in a try except block.
40
- The purpose of this is so that no exception caught running the version check stop the client from running.
40
+ The purpose of this is so that no exception caught running the version check stops the client from running.
41
41
42
42
Args:
43
43
current_version (Optional[str], optional): The current version of the package.
@@ -165,7 +165,9 @@ def _write_package_behind_messages(
165
165
current_version : str ,
166
166
latest_version : str ,
167
167
) -> None :
168
- """_summary_
168
+ """
169
+ This writes the output message for when the installed package version is behind the
170
+ most recent release.
169
171
170
172
Args:
171
173
current_version (str): The current version of a package
You can’t perform that action at this time.
0 commit comments