mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-19 07:53:00 +00:00
Fix typo request -> requests
This commit is contained in:
@@ -57,7 +57,7 @@ r.raise_for_status()
|
|||||||
users = r.json()
|
users = r.json()
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that the token authorizes JupyterHub REST API request. The same token
|
Note that the token authorizes JupyterHub REST API requests. The same token
|
||||||
does **not** authorize access to the [Jupyter Notebook REST API][] provided
|
does **not** authorize access to the [Jupyter Notebook REST API][] provided
|
||||||
by notebook servers managed by JupyterHub.
|
by notebook servers managed by JupyterHub.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user