docstring

This commit is contained in:
Will McGugan
2022-07-21 07:49:45 +01:00
parent a43cb126f5
commit 76510c766f
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
App > Screen {
layout: dock;
docks: side=left/1;
background: $surface;
background: $surfaceX;
color: $text-surface;
}

View File

@@ -32,7 +32,7 @@ class TokenError(Exception):
code (str): The code being parsed.
start (tuple[int, int]): Line number of the error.
message (str): A message associated with the error.
end (tuple[int, int]): End location of .
end (tuple[int, int] | None): End location of token, or None if not known. Defaults to None.
"""
self.path = path