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 cd81b2e commit 0915a0dCopy full SHA for 0915a0d
contributing/code/conventions.rst
@@ -74,5 +74,5 @@ must be used instead (where ``XXX`` is the name of the related thing):
74
75
While "setXXX" and "replaceXXX" are very similar, there is one notable
76
difference: "setXXX" may replace, or add new elements to the relation.
77
- "replaceXXX" on the other hand is specifically forbidden to add new
78
- elements, but must throw an exception in these cases.
+ "replaceXXX", on the other hand, cannot add new elements. If an unrecognized
+ key as passed to "replaceXXX" it must throw an exception.
0 commit comments