Skip to content

Commit 8de15ea

Browse files
committed
Use greater-than or equal-to character
1 parent a2399c0 commit 8de15ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/extensions/availability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _print_platform(
5959
return platform
6060
if not version:
6161
return sphinx_gettext("not {platform}").format(platform=platform)
62-
return f"{platform} >= {version}"
62+
return f"{platform} {version}"
6363

6464

6565
class Availability(SphinxDirective):

0 commit comments

Comments
 (0)