We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8541f98 + aa357ee commit 02dd56aCopy full SHA for 02dd56a
patterns/creational/borg.py
@@ -13,7 +13,7 @@
13
its own dictionary, but the Borg pattern modifies this so that all
14
instances have the same dictionary.
15
In this example, the __shared_state attribute will be the dictionary
16
-shared between all instances, and this is ensured by assigining
+shared between all instances, and this is ensured by assigning
17
__shared_state to the __dict__ variable when initializing a new
18
instance (i.e., in the __init__ method). Other attributes are usually
19
added to the instance's attribute dictionary, but, since the attribute
0 commit comments