Skip to content

Commit 25dd825

Browse files
committed
minor #4730 Fix typo: as => is (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Fix typo: as => is | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- 0962631 Fix typo: as => is
2 parents 760a441 + 0962631 commit 25dd825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/code/conventions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ must be used instead (where ``XXX`` is the name of the related thing):
7575
While "setXXX" and "replaceXXX" are very similar, there is one notable
7676
difference: "setXXX" may replace, or add new elements to the relation.
7777
"replaceXXX", on the other hand, cannot add new elements. If an unrecognized
78-
key as passed to "replaceXXX" it must throw an exception.
78+
key is passed to "replaceXXX" it must throw an exception.
7979

8080
.. _contributing-code-conventions-deprecations:
8181

0 commit comments

Comments
 (0)