8000 Fix typo in class name. · Syncano/client_python@20d48e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20d48e8

Browse files
committed
Fix typo in class name.
1 parent 2f5e6cc commit 20d48e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ start_http_server(8000)
224224

225225
Visit [http://localhost:8000/](http://localhost:8000/) to view the metrics.
226226

227-
To add Prometheus exposition to an existing HTTP server, see the `MetricsServlet` class
227+
To add Prometheus exposition to an existing HTTP server, see the `MetricsHandler` class
228228
which provides a `BaseHTTPRequestHandler`. It also serves as a simple example of how
229229
to write a custom endpoint.
230230

0 commit comments

Comments
 (0)
0