Skip to content

Commit b06c8f2

Browse files
committed
Add missing and
1 parent 397a89c commit b06c8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ real project, the coordinate nesting might be better handled with a nested seria
690690

691691
The key points from the example, though, are:
692692

693-
* `to_representation` is passed the entire `DataPoint` object must map from that
693+
* `to_representation` is passed the entire `DataPoint` object and must map from that
694694
to the desired output.
695695

696696
>>> instance = DataPoint(label='Example', x_coordinate=1, y_coordinate=2)

0 commit comments

Comments
 (0)