Skip to content

Commit 8663e45

Browse files
committed
fix typo, missing docstrng
1 parent f3d17c7 commit 8663e45

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

synapseclient/core/version_check.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def version_check(
3737
Recommends upgrade, if a newer version exists.
3838
3939
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.
4141
4242
Args:
4343
current_version (Optional[str], optional): The current version of the package.
@@ -165,7 +165,9 @@ def _write_package_behind_messages(
165165
current_version: str,
166166
latest_version: str,
167167
) -> None:
168-
"""_summary_
168+
"""
169+
This writes the output message for when the installed package version is behind the
170+
most recent release.
169171
170172
Args:
171173
current_version (str): The current version of a package

0 commit comments

Comments
 (0)