Skip to content

Commit b74f76e

Browse files
committed
Hopefully doc build
1 parent 19aba92 commit b74f76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Doc/tools/extensions/pyspecific.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ class Availability(SphinxDirective):
127127
# known platform, libc, and threading implementations
128128
known_platforms = frozenset({
129129
"AIX", "Android", "BSD", "DragonFlyBSD", "Emscripten", "FreeBSD",
130-
"Linux", "NetBSD", "OpenBSD", "POSIX", "Solaris", "Unix", "VxWorks",
131-
"WASI", "Windows", "macOS",
130+
"GNU/kFreeBSD", "Linux", "NetBSD", "OpenBSD", "POSIX", "Solaris",
131+
"Unix", "VxWorks", "WASI", "Windows", "macOS",
132132
# libc
133133
"BSD libc", "glibc", "musl",
134134
# POSIX platforms with pthreads

0 commit comments

Comments
 (0)