bpo-45457: Minor fix to documentation for SSLContext.load_default_cer… · python/cpython@71f602b (original) (raw)

Original file line number Diff line number Diff line change
@@ -1576,7 +1576,7 @@ to speed up repeated connections from the same clients.
1576 1576
1577 1577 Load a set of default "certification authority" (CA) certificates from
1578 1578 default locations. On Windows it loads CA certs from the ``CA`` and
1579 - ``ROOT`` system stores. On other systems it calls
1579 + ``ROOT`` system stores. On all systems it calls
1580 1580 :meth:`SSLContext.set_default_verify_paths`. In the future the method may
1581 1581 load CA certificates from other locations, too.
1582 1582