minor grammar fix

This commit is contained in:
Don Kirkby 2015-05-08 15:28:30 -07:00
parent 35efbe41ab
commit 0b8dd906cf

View File

@ -273,7 +273,7 @@ If you want to implement a read-write relational field, you must also implement
## Example
For, example, we could define a relational field, to serialize a track to a custom string representation, using its ordering, title, and duration.
For example, we could define a relational field to serialize a track to a custom string representation, using its ordering, title, and duration.
import time