From 09626311ddaf51b3b7ad090466a8368ac5f73ce7 Mon Sep 17 00:00:00 2001 From: "Andrew (Andrius) Marcinkevicius" Date: Fri, 2 Jan 2015 12:31:22 +0200 Subject: [PATCH] Fix typo: as => is | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | --- contributing/code/conventions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/conventions.rst b/contributing/code/conventions.rst index 6f102e8f6a2..e48eebd414e 100644 --- a/contributing/code/conventions.rst +++ b/contributing/code/conventions.rst @@ -75,7 +75,7 @@ must be used instead (where ``XXX`` is the name of the related thing): While "setXXX" and "replaceXXX" are very similar, there is one notable difference: "setXXX" may replace, or add new elements to the relation. "replaceXXX", on the other hand, cannot add new elements. If an unrecognized - key as passed to "replaceXXX" it must throw an exception. + key is passed to "replaceXXX" it must throw an exception. .. _contributing-code-conventions-deprecations: