Skip to content

Commit 143e89f

Browse files
committed
More review notes.
1 parent d10e1af commit 143e89f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/attr/_make.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ def attr(default=NOTHING, validator=None,
127127
components. See :ref:`extending_metadata`.
128128
:param type: The type of the attribute. In Python 3.6 or greater, the
129129
preferred method to specify the type is using a variable annotation
130-
(see PEP-526 ). This argument is provided for backward compatibility.
130+
(see `PEP 526 <https://www.python.org/dev/peps/pep-0526/>`_).
131+
This argument is provided for backward compatibility.
131132
Regardless of the approach used, the type will be stored on
132133
``Attribute.type``.
133134

0 commit comments

Comments
 (0)