We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9173dc commit 60202b0Copy full SHA for 60202b0
docs/spec/namedtuples.rst
@@ -21,7 +21,7 @@ Type checkers should support the class syntax::
21
units: str = "meters"
22
23
Fields must be annotated attributes - methods and un-annotated attributes are not
24
-considered fields. Field names may not start with an underscore.
+considered fields. Field names may not start with an underscore::
25
26
class MyTuple(NamedTuple):
27
x1 = 1 # Not a field
0 commit comments