From 24e4a2e4f55d2fdbc3626bb33a2d006b8790dc50 Mon Sep 17 00:00:00 2001 From: Vidar Tonaas Fauske Date: Mon, 30 Sep 2019 23:49:05 +0100 Subject: [PATCH] Update docs/source/extending/contents.rst Co-Authored-By: Zachary Sailer --- docs/source/extending/contents.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/extending/contents.rst b/docs/source/extending/contents.rst index 6795cefd0..3d8fb4913 100644 --- a/docs/source/extending/contents.rst +++ b/docs/source/extending/contents.rst @@ -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