From 8d97e82df0a3b0081f9b9efacfc042939daf045d 2015-01-24 20:08:28
From: Min RK <benjaminrk@gmail.com>
Date: 2015-01-24 20:08:28
Subject: [PATCH] fix stream output specification in nbformat doc

---

diff --git a/docs/source/notebook/nbformat.rst b/docs/source/notebook/nbformat.rst
index b2ee31f..2b37915 100644
--- a/docs/source/notebook/nbformat.rst
+++ b/docs/source/notebook/nbformat.rst
@@ -150,13 +150,13 @@ stream output
     {
       "output_type" : "stream",
       "name" : "stdout", # or stderr
-      "data" : ["multiline stream text"],
+      "text" : ["multiline stream text"],
     }
 
 .. versionchanged:: nbformat 4.0
 
-    The keys ``stream`` and ``text`` were changed to ``name`` and ``data`` to match
-    the stream message specification.
+    The keys ``stream`` key was changed to ``name`` to match
+    the stream message.
 
 
 display_data