Skip to content

Commit 5fe14c7

Browse files
michaelsakidav3r
andauthored
Remove unnecessary period
Co-authored-by: dav3r <[email protected]>
1 parent a77e5e1 commit 5fe14c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ check_python_version() {
4444

4545
# This is a valid regex for semantically correct Python version strings.
4646
# For more information see here:
47-
# https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string.
47+
# https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
4848
# Break down the regex into readable parts major.minor.patch
4949
local major="0|[1-9]\d*"
5050
local minor="0|[1-9]\d*"

0 commit comments

Comments
 (0)