Skip to content

Commit 64772dc

Browse files
authored
Update profiles.rst (canopen-python#348)
1 parent fd226e3 commit 64772dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/profiles.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class :attr:`.state` attribute can be read and set (command) by a string::
6666
# command a state (an SDO message will be called)
6767
some_node.state = 'SWITCHED ON'
6868
# read the current state
69-
some_node.state = 'SWITCHED ON'
69+
some_node.state
7070

7171
Available states:
7272

0 commit comments

Comments
 (0)