Skip to content

Commit 8dbd2db

Browse files
committed
Fix docstring markup
No MyST in docstrings yet. Fixes #1135
1 parent 8278323 commit 8dbd2db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/attr/_next_gen.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,8 @@ def field(
181181
removed.
182182
183183
.. versionadded:: 23.1.0
184-
The *type* parameter has been re-added; mostly for
185-
{func}`attrs.make_class`. Please note that type checkers ignore this
186-
metadata.
184+
The *type* parameter has been re-added; mostly for `attrs.make_class`.
185+
Please note that type checkers ignore this metadata.
187186
.. versionadded:: 20.1.0
188187
"""
189188
return attrib(

0 commit comments

Comments
 (0)