Skip to content

Commit 4ec3b9d

Browse files
committed
copilots suggestions
1 parent 606a8a3 commit 4ec3b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapseclient/core/version_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def _version_tuple(version: str, levels: int = 2) -> tuple:
274274
The number of levels deep in the package version to return. "1.0.0", for example:
275275
levels=1: only the major version ("1")
276276
levels=2: the major and minor version ("1", "0")
277-
levels=2: the major, minor, and patch version ("1", "0", "0")
277+
levels=3: the major, minor, and patch version ("1", "0", "0")
278278
279279
Returns:
280280
Tuple: A tuple of strings where the length is equal to the levels argument.

0 commit comments

Comments
 (0)