Skip to content

Commit

Permalink
Merge pull request #1376 from loganlinn/patch-1
Browse files Browse the repository at this point in the history
Fix typo in jupyterhub_config.py comment
  • Loading branch information
betatim committed Aug 25, 2019
2 parents 2d435d6 + 17c3f1d commit 524afc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/hub/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def camelCaseify(s):
elif auth_type == 'custom':
# full_class_name looks like "myauthenticator.MyAuthenticator".
# To create a docker image with this class availabe, you can just have the
# following Dockerifle:
# following Dockerfile:
# FROM jupyterhub/k8s-hub:v0.4
# RUN pip3 install myauthenticator
full_class_name = get_config('auth.custom.className')
Expand Down

0 comments on commit 524afc9

Please sign in to comment.