Skip to content

Commit 1adf677

Browse files
committed
Merge pull request #28 from ArtSabintsev/patch-1
Spelling fix
2 parents 67d88b8 + ed6ce84 commit 1adf677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/ObjectInitialization.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ primary uses of the ``Self`` return type is for factory methods::
468468
these methods.
469469

470470
Within the body of this class method, the implicit parameter ``self``
471-
is a value with type ``View.Type``, i.e., it;s a type value for the
471+
is a value with type ``View.Type``, i.e., it's a type value for the
472472
class ``View`` or one of its subclasses. Therefore, the restrictions
473473
are the same as for any value of type ``View.Type``: one can call
474474
other class methods and construct new objects using required

0 commit comments

Comments
 (0)