typo in example

This commit is contained in:
Min RK
2016-11-10 17:07:48 -08:00
committed by GitHub
parent 13bc0397f6
commit 0bf6db92dd

View File

@@ -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=''),
]),