commit | 9c68543f022b130ff51944edc6771c60510ee683 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | Sat Mar 16 12:53:23 2019 -0700 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Mar 16 12:53:23 2019 -0700 |
tree | 50807bcfdc28d395377346a4139670b07609df92 | |
parent | 5927cfdf3a657384dd7632938759a3ac096db7e3 [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.