@@ -1522,7 +1522,7 @@ to speed up repeated connections from the same clients. |
|
|
1522 |
1522 |
|
1523 |
1523 |
Load a set of default "certification authority" (CA) certificates from |
1524 |
1524 |
default locations. On Windows it loads CA certs from the ``CA`` and |
1525 |
|
- ``ROOT`` system stores. On other systems it calls |
|
1525 |
+ ``ROOT`` system stores. On all systems it calls |
1526 |
1526 |
:meth:`SSLContext.set_default_verify_paths`. In the future the method may |
1527 |
1527 |
load CA certificates from other locations, too. |
1528 |
1528 |
|