getloadavg() is not available on Windows.
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 6964183..a85a04c 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2031,7 +2031,7 @@
 
    Return the number of processes in the system run queue averaged over the last
    1, 5, and 15 minutes or raises :exc:`OSError` if the load average was
-   unobtainable.
+   unobtainable.  Availability: Unix.
 
    .. versionadded:: 2.3