Skip to content

Commit ed6ce84

Browse files
committed
Grammatical fix
Fixed *it;s* with *it's*.
1 parent 67d88b8 commit ed6ce84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ObjectInitialization.rst

Lines changed: 1 addition & 1 deletion
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)