Kaydet (Commit) e55ca3fd authored tarafından Artjom's avatar Artjom Kaydeden (comit) Eric V. Smith

Fix typo in dataclasses documentation (GH-8102)

üst 483422f5
...@@ -257,7 +257,7 @@ class Field: ...@@ -257,7 +257,7 @@ class Field:
# This is used to support the PEP 487 __set_name__ protocol in the # This is used to support the PEP 487 __set_name__ protocol in the
# case where we're using a field that contains a descriptor as a # case where we're using a field that contains a descriptor as a
# defaul value. For details on __set_name__, see # default value. For details on __set_name__, see
# https://www.python.org/dev/peps/pep-0487/#implementation-details. # https://www.python.org/dev/peps/pep-0487/#implementation-details.
# #
# Note that in _process_class, this Field object is overwritten # Note that in _process_class, this Field object is overwritten
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment