Skip to content

Commit

Permalink
fix: Spelling python3
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fiddes <peter.fiddes@gmail.com>
  • Loading branch information
hawksight committed Apr 14, 2023
1 parent dd58a85 commit c826db2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ var certDirectories = []string{
Having checked Python the `ssl` library uses the same two environment variables
for finding the trusted CAs: `SSL_CERT_DIR` and / or `SSL_CERT_FILE`. You can
verify this [in documentation](https://docs.python.org/3/library/ssl.html#ssl.get_default_verify_paths)
and from a python3 runtime:
and from a `python3` runtime:
```python3
>>> import ssl
Expand Down

0 comments on commit c826db2

Please sign in to comment.