Update docs/source/extending/contents.rst

Co-Authored-By: Zachary Sailer <zachsailer@gmail.com>
This commit is contained in:
Vidar Tonaas Fauske 2019-09-30 23:49:05 +01:00 committed by GitHub
parent 4c0d055546
commit 24e4a2e4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ model. There are three model types: **notebook**, **file**, and **directory**.
- ``file`` models
- The ``format`` field is either ``"text"`` or ``"base64"``.
- The ``mimetype`` field is can be any mimetype string, but defaults to
- The ``mimetype`` field can be any mimetype string, but defaults to
``text/plain`` for text-format models and
``application/octet-stream`` for base64-format models.
- The ``content`` field is always of type ``unicode``. For text-format