Skip to content

Commit

Permalink
Update coreconfig docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Aug 12, 2019
1 parent a99899e commit 900b847
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jupyterlab/coreconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ def _only_nonlab(collection):
class CoreConfig:
"""An object representing a core-mode package/extension configuration.
This enables custom lab application to change
This enables custom lab application to change the core configuration
of the various build system commands. See e.g. commands.py and
any apps that use these functions.
"""

def __init__(self):
Expand All @@ -51,7 +53,7 @@ def __init__(self):
def clear_defaults(self, lab_only=True):
"""Clear the default packages/extensions.
lab_only: string
lab_only: bool
Whether to remove all packages, or only those from
JupyterLab. Defaults to True (only lab packages).
This will leave dependencies like phosphor, react
Expand Down

0 comments on commit 900b847

Please sign in to comment.