Merge pull request #2921 from donkirkby/patch-1

minor grammar fix
This commit is contained in:
José Padilla 2015-05-10 18:44:21 -04:00
commit 21cb808569

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