Fix documentation.

This commit is contained in:
Sergey Vartanov 2022-06-25 21:01:13 +03:00
parent c7811a3218
commit b2a071b4b3
6 changed files with 10 additions and 16 deletions

View file

@ -411,6 +411,8 @@ class Scheme:
def get(self, variable_name: str):
"""
Get value of variable.
FIXME: colors should be variables.
"""
if variable_name in self.colors: