Skip to content

Commit

Permalink
just docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed May 2, 2024
1 parent 20c1776 commit bf3dcee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/textual/css/scalar.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@


class ScalarError(Exception):
pass
"""Base class for exceptions raised by the Scalar class."""


class ScalarResolveError(ScalarError):
pass
"""Raised for errors resolving scalars (unlikely to occur in practice)."""


class ScalarParseError(ScalarError):
pass
"""Raised when a scalar couldn't be parsed from a string."""


@unique
Expand Down

0 comments on commit bf3dcee

Please sign in to comment.