| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1860,7 +1860,7 @@ def __init_subclass__(cls, *args, **kwargs): | |||
| 1860 | 1860 | base.__origin__ is Generic): | |
| 1861 | 1861 | if gvars is not None: | |
| 1862 | 1862 | raise TypeError( | |
| 1863 | - "Cannot inherit from Generic[...] multiple types.") | ||
| 1863 | + "Cannot inherit from Generic[...] multiple times.") | ||
| 1864 | 1864 | gvars = base.__parameters__ | |
| 1865 | 1865 | if gvars is not None: | |
| 1866 | 1866 | tvarset = set(tvars) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments