We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1996149 commit e961e5cCopy full SHA for e961e5c
doc/data/messages/a/arguments-differ/details.rst
@@ -3,6 +3,7 @@ This means that the code in question violates an important design principle whic
3
one single solution. We recommend to search online for the best solution in your case.
4
5
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
+
+* Add the argument to the parent class
+* Remove the inheritance completely
9
+* Add default arguments to the child class
0 commit comments