From 535d16905d5c221311c80520dfd634f378a95b4a Mon Sep 17 00:00:00 2001 From: Vijayabhaskar Date: Sun, 19 Apr 2020 15:24:32 +0530 Subject: [PATCH] fix output value I'm not sure the output must be changes or the inputs, So made this as a separate PR. --- 11_midlevel_data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11_midlevel_data.ipynb b/11_midlevel_data.ipynb index b2d73a3..2792aeb 100644 --- a/11_midlevel_data.ipynb +++ b/11_midlevel_data.ipynb @@ -393,7 +393,7 @@ { "data": { "text/plain": [ - "(3.0, 5.0, 2.0)" + "(3.0, -1.0, 2.0)" ] }, "execution_count": null,