From 0f3610e81d4b70b1782bd9c97863d6bfd286eb7d Mon Sep 17 00:00:00 2001 From: Thoralf Gutierrez Date: Wed, 16 May 2018 10:58:02 -0700 Subject: [PATCH] Fix typos in auth config documentation --- jupyterhub/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/auth.py b/jupyterhub/auth.py index 1058fe83..f82c3351 100644 --- a/jupyterhub/auth.py +++ b/jupyterhub/auth.py @@ -49,7 +49,7 @@ class Authenticator(LoggingConfigurable): Encrypting auth_state requires the cryptography package. - Additionally, the JUPYTERHUB_CRYPTO_KEY envirionment variable must + Additionally, the JUPYTERHUB_CRYPT_KEY environment variable must contain one (or more, separated by ;) 32B encryption keys. These can be either base64 or hex-encoded.