mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
typo in example
This commit is contained in:
@@ -286,7 +286,7 @@ and taking note of the following process:
|
||||
|
||||
```python
|
||||
r = requests.get(
|
||||
'/'/join((["http://127.0.0.1:8081/hub/api",
|
||||
'/'.join((["http://127.0.0.1:8081/hub/api",
|
||||
"authorizations/cookie/jupyterhub-services",
|
||||
quote(encrypted_cookie, safe=''),
|
||||
]),
|
||||
|
Reference in New Issue
Block a user