Skip to content

Commit

Permalink
fix: comment typo (#12898)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter authored Feb 3, 2021
1 parent 5a79a7d commit fab6238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ class CeleryConfig: # pylint: disable=too-few-public-methods
# The id of a template dashboard that should be copied to every new user
DASHBOARD_TEMPLATE_ID = None

# A callable that allows altering the database conneciton URL and params
# A callable that allows altering the database connection URL and params
# on the fly, at runtime. This allows for things like impersonation or
# arbitrary logic. For instance you can wire different users to
# use different connection parameters, or pass their email address as the
Expand Down

0 comments on commit fab6238

Please sign in to comment.