Skip to content

Commit

Permalink
Typos in storage capacity docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
TkTech committed Dec 19, 2019
1 parent 1b4539c commit b47e7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,8 @@ def _deprecated_changed(self, change):
config=True,
allow_none=True,
help="""
The ammount of storage space to request from the volume that the pvc will
mount to. This ammount will be the ammount of storage space the user has
The amount of storage space to request from the volume that the pvc will
mount to. This amount will be the amount of storage space the user has
to work with on their notebook. If left blank, the kubespawner will not
create a pvc for the pod.
Expand Down

0 comments on commit b47e7db

Please sign in to comment.