Skip to content

Commit be983f0

Browse files
authored
typo fix
1 parent 1c45915 commit be983f0

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
@@ -24,7 +24,7 @@
2424
attributes will also be shared.
2525
For this reason, when the attribute self.state is modified using
2626
instance rm2, the value of self.state in instance rm1 also chages. The
27-
same happends if self.state is modified using rm3, which is an
27+
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
3030
the same, as seen by their ids.

0 commit comments

Comments
 (0)