8000 Fix a couple of typos in starting_methods.rst by ncguk · Pull Request #100 · adafruit/Adafruit_CircuitPython_HTTPServer · GitHub
[go: up one dir, main page]

Skip to content

Fix a couple of typos in starting_methods.rst #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
4 changes: 2 additions & 2 deletions docs/starting_methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ Helper for socket pool using ``adafruit_connection_manager``
------------------------------------------------------------

If you do not want to configure the socket pool manually, you can use the ``adafruit_connection_manager`` library,
which provides helpers for getting socker pool and SSL context for common boards.
which provides helpers for getting socket pool and SSL context for common boards.

Note that it is not installed by default.
You can read `more about the it here <https://docs.circuitpython.org/projects/connectionmanager/en/latest/index.html>`_.
You can read `more about it here <https://docs.circuitpython.org/projects/connectionmanager/en/latest/index.html>`_.


.. literalinclude:: ../examples/httpserver_simpletest_auto_connection_manager.py
Expand Down
Loading
0