Skip to content

Commit a05cb5a

Browse files
committed
Fix typo
1 parent 723be69 commit a05cb5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2842,7 +2842,7 @@ The appropriate metaclass for a class definition is determined in two steps:
28422842
metaclass is determined as follows:
28432843

28442844
* if the metaclass of the current candidate is a subtype of the metaclass of
2845-
the current base, updated the candidate to the metaclass of the base and
2845+
the current base, update the candidate to the metaclass of the base and
28462846
continue to the next base;
28472847
* if the current candidate is a subtype of the metaclass of the current base,
28482848
continue to the next base;

0 commit comments

Comments
 (0)