Skip to content

Commit fbecc9c

Browse files
committed
typo
1 parent 312530d commit fbecc9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

creational/borg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
dictionary itself is shared (which is __shared_state), all other
2424
attributes will also be shared.
2525
For this reason, when the attribute self.state is modified using
26-
instance rm2, the value of self.state in instance rm1 also chages. The
26+
instance rm2, the value of self.state in instance rm1 also changes. The
2727
same happens if self.state is modified using rm3, which is an
2828
instance from a subclass.
2929
Notice that even though they share attributes, the instances are not

0 commit comments

Comments
 (0)