Skip to content

Commit 6a1d377

Browse files
committed
fix minor typo
1 parent 0cb3b0a commit 6a1d377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ component has a state variable name that collides with one of its services, you
133133

134134
Accessing state variables that don't exist will throw a ``NameError`` exception, and accessing
135135
an attribute that doesn't exist will throw a ``AttributeError`` exception. One exception (!)
136-
to this that in a ``@state_trigger`` expression, undefined state variables and attributes will
136+
to this is that in a ``@state_trigger`` expression, undefined state variables and attributes will
137137
evaluate to ``None`` instead of throwing an exception.
138138

139139
You can assign a state variable (or the return value of ``state.get()``) to a normal Python variable,

0 commit comments

Comments
 (0)