Add missing and

This commit is contained in:
Carlton Gibson 2017-12-19 16:23:51 +01:00
parent 397a89c060
commit b06c8f29e3

View File

@ -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: 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. to the desired output.
>>> instance = DataPoint(label='Example', x_coordinate=1, y_coordinate=2) >>> instance = DataPoint(label='Example', x_coordinate=1, y_coordinate=2)