Skip to content

Commit

Permalink
docs: baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
echarles committed Jan 1, 2024
1 parent a11c19e commit c63934c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datalayer/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class DatalayerApp(Application):
"""Base class for Datalayer applications"""

name = "datalayer" # override in subclasses
description = "A Datalayer Application"
description = "A Datalayer IOlication"

aliases = base_aliases
flags = base_flags
Expand Down Expand Up @@ -280,7 +280,7 @@ def start(self):

@classmethod
def launch_instance(cls, argv=None, **kwargs):
"""Launch an instance of a Datalayer Application"""
"""Launch an instance of a Datalayer IOlication"""
try:
return super().launch_instance(argv=argv, **kwargs)
except NoStart:
Expand Down

0 comments on commit c63934c

Please sign in to comment.