commit | 68e0ed6a90c9553bf8ef0cfc61d35a30e408cc2f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Mar 16 13:01:35 2019 -0700 |
committer | GitHub <noreply@github.com> | Sat Mar 16 13:01:35 2019 -0700 |
tree | 793dca0051c6e74535937b9bdbab3c825046e3f6 | |
parent | e213cd6325f2d6f116b6c3dce109cdf21f6263d5 [diff] |
Update the seealso entries for namedtuple() (GH-12373) * Replace external recipe link with a link to the dataclasses module. * Highlight the class definition syntax for typing.NamedTuple and add an example for clarity. (cherry picked from commit 9c68543f022b130ff51944edc6771c60510ee683) Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>