Update src/allmydata/cli/grid_manager.py

Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
meejah 2022-11-09 10:46:31 -07:00 committed by GitHub
parent 6da9e50a02
commit b2431f3a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ def grid_manager(ctx, config):
class Config(object):
"""
Availble to all sub-commands as Click's context.obj
Available to all sub-commands as Click's context.obj
"""
_grid_manager = None