Skip to content

Commit e961e5c

Browse files
[arguments-differ] Fix the list of solution in details.rst
1 parent 1996149 commit e961e5c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/data/messages/a/arguments-differ/details.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ This means that the code in question violates an important design principle whic
33
one single solution. We recommend to search online for the best solution in your case.
44

55
To give some examples of potential solutions:
6-
- Add the argument to the parent class
7-
- Remove the inheritance completely
8-
- Add default arguments to the child class
6+
7+
* Add the argument to the parent class
8+
* Remove the inheritance completely
9+
* Add default arguments to the child class

0 commit comments

Comments
 (0)