From 7bf5a9d2ee60b7338919ef115e98733868a5ea2b Mon Sep 17 00:00:00 2001 From: MinRK Date: Sat, 25 Oct 2014 12:23:32 -0700 Subject: [PATCH] fix gender on Jupyter My French is weak. --- docs/source/notebook/nbformat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/notebook/nbformat.rst b/docs/source/notebook/nbformat.rst index c6dcb04e4..f10a35ac0 100644 --- a/docs/source/notebook/nbformat.rst +++ b/docs/source/notebook/nbformat.rst @@ -7,7 +7,7 @@ The Jupyter Notebook Format Introduction ============ -Jupyter (née IPython) notebook files are simple JSON documents, +Jupyter (né IPython) notebook files are simple JSON documents, containing text, source code, rich media output, and metadata. each segment of the document is stored in a cell.