Skip to content

Commit 6c74c6d

Browse files
committed
[#9195] fix a minor typo
1 parent 627539e commit 6c74c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/property_info.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ for getter/isser/setter method in addition to whether or not a property is publi
240240
to determine if it's accessible.
241241

242242
This is based on how :doc:`PropertyAccess </components/property_access>` works,
243-
so it even looks for in adder/remover methods and can transform between singular
243+
so it even looks for adder/remover methods and can transform between singular
244244
and plural property names::
245245

246246
class SomeClass

0 commit comments

Comments
 (0)