We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312530d commit fbecc9cCopy full SHA for fbecc9c
creational/borg.py
@@ -23,7 +23,7 @@
23
dictionary itself is shared (which is __shared_state), all other
24
attributes will also be shared.
25
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
+instance rm2, the value of self.state in instance rm1 also changes. The
27
same happens if self.state is modified using rm3, which is an
28
instance from a subclass.
29
Notice that even though they share attributes, the instances are not
0 commit comments