Skip to content

Commit 1863e78

Browse files
committed
Update installing-modules.md
1 parent b81294e commit 1863e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/micropython/01.basics/07.installing-modules/installing-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ On some computers, you may receive error:
131131
unable to get local issuer certificate (_ssl.c:1002)
132132
```
133133

134-
This means there is a problem with the Python version installed, and that it is unable to locate the the SSL certificate. To work around this, navigate to your Python installation (typically **Applications > Python 3.X**), and run the `Install Certificates.command` script.
134+
This indicates a problem with the Python version installed, and that it is unable to locate the SSL certificate. To work around this, navigate to your Python installation (typically **Applications > Python 3.X**), and run the `Install Certificates.command` script.
135135

136136
![Install Certificate.](assets/install-cert.png)
137137

0 commit comments

Comments
 (0)