From 38662d11c4201c9fe9ba810515c2ed0b939065c0 Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Thu, 5 Dec 2013 23:11:30 +0100 Subject: [PATCH] Fixed another typo in custom model field documentation. --- docs/howto/custom-model-fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/custom-model-fields.txt b/docs/howto/custom-model-fields.txt index 70362c93e2..6054a83f10 100644 --- a/docs/howto/custom-model-fields.txt +++ b/docs/howto/custom-model-fields.txt @@ -304,7 +304,7 @@ Pay extra attention if you set new default values for arguments in the than disappearing if they take on the old default value. In addition, try to avoid returning values as positional arguments; where -possible, return values as keyword arguments for maximum future compatability. +possible, return values as keyword arguments for maximum future compatibility. Of course, if you change the names of things more often than their position in the constructor's argument list, you might prefer positional, but bear in mind that people will be reconstructing your field from the serialized version