From b06c8f29e3c25c3f4d4ef07bae629f73e6e0c63f Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 19 Dec 2017 16:23:51 +0100 Subject: [PATCH] Add missing `and` --- docs/api-guide/fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/fields.md b/docs/api-guide/fields.md index 51eaa0871..0e90ef5de 100644 --- a/docs/api-guide/fields.md +++ b/docs/api-guide/fields.md @@ -690,7 +690,7 @@ real project, the coordinate nesting might be better handled with a nested seria The key points from the example, though, are: -* `to_representation` is passed the entire `DataPoint` object must map from that +* `to_representation` is passed the entire `DataPoint` object and must map from that to the desired output. >>> instance = DataPoint(label='Example', x_coordinate=1, y_coordinate=2)