Skip to content

Commit e05a5f2

Browse files
committed
Added missing newline to CPU information example
1 parent 63e7eb8 commit e05a5f2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
102102

103103
.. literalinclude:: ../examples/httpserver_cpu_information.py
104104
:caption: examples/httpserver_cpu_information.py
105-
:emphasize-lines: 9,14-17,32
105+
:emphasize-lines: 9,15-18,33
106106
:linenos:
107107

108108
Handling different methods

examples/httpserver_cpu_information.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
from adafruit_httpserver import Server, Request, JSONResponse
1010

11+
1112
pool = socketpool.SocketPool(wifi.radio)
1213
server = Server(pool, debug=True)
1314

0 commit comments

Comments
 (0)