8000 gh-105286: Improve `typing.py` docstrings by AlexWaygood · Pull Request #105287 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-105286: Improve typing.py docstrings #105287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 5, 2023
Prev Previous commit
Next Next commit
Nit
  • Loading branch information
AlexWaygood committed Jun 5, 2023
commit d54c06bdfba2fa34e2e3b52794d6a492de0776df
1 change: 0 additions & 1 deletion Lib/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2689,7 +2689,6 @@ def _make_nmtuple(name, types, module, defaults = ()):


class NamedTupleMeta(type):

def __new__(cls, typename, bases, ns):
assert _NamedTuple in bases
for base in bases:
Expand Down
0