Fix missing backtick

This commit is contained in:
Hynek Schlawack 2023-04-16 12:17:35 +02:00
parent dadc020597
commit a7e1a56da6
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
Added *type* parameter to `attrs.field()` function for use with `attrs.make_class().
Added *type* parameter to `attrs.field()` function for use with `attrs.make_class()`.
Please note that type checkers ignore type metadata passed into `make_class()`, but it can be useful if you're wrapping _attrs_.