Skip to content

Commit 269b9f5

Browse files
A5rockswebknjaz
andauthored
Use proper formatting for docstring (#1432)
* Use proper formatting for docstring * Update _next_gen.py Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> --------- Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 9f222f9 commit 269b9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attr/_next_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def define(
7676
sensible ``__ne__`` by default, so it *should* be enough to only
7777
implement ``__eq__`` in most cases).
7878
79-
Passing True or False` to *init*, *repr*, *eq*, or *hash*
79+
Passing :data:`True` or :data:`False` to *init*, *repr*, *eq*, or *hash*
8080
overrides whatever *auto_detect* would determine.
8181
8282
auto_exc (bool):

0 commit comments

Comments
 (0)