mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #27125: Merge typo fixes from 3.5
Also merge changes from Issue #27117; no actual code changes to 3.6.
This commit is contained in:
commit
e501a93c18
13 changed files with 17 additions and 15 deletions
|
@ -156,7 +156,7 @@ You can use multiple inheritance with :class:`Generic`::
|
|||
class LinkedList(Sized, Generic[T]):
|
||||
...
|
||||
|
||||
When inheriting from generic classes, some type variables could fixed::
|
||||
When inheriting from generic classes, some type variables could be fixed::
|
||||
|
||||
from typing import TypeVar, Mapping
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue