File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
- semver package major release 3.
2
+ Semver package major release 3.
3
3
4
4
A Python module for semantic versioning. Simplifies comparing versions.
5
5
"""
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def cmd_check(args: argparse.Namespace) -> None:
61
61
62
62
def cmd_compare (args : argparse .Namespace ) -> str :
63
63
"""
64
- Subcommand: Compare two versions
64
+ Subcommand: Compare two versions.
65
65
66
66
Synopsis: compare <VERSION1> <VERSION2>
67
67
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ class Version:
64
64
See specification at https://semver.org.
65
65
66
66
:param major: version when you make incompatible API changes.
67
- :param minor: version when you add functionality in
68
- a backwards- compatible manner.
67
+ :param minor: version when you add functionality in a backwards-
68
+ compatible manner.
69
69
:param patch: version when you make backwards-compatible bug fixes.
70
70
:param prerelease: an optional prerelease string
71
71
:param build: an optional build string
You can’t perform that action at this time.
0 commit comments