From 63ee71a7eb9fd1efcafe40d3654fb786db2a3369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20R=C3=BCth?= Date: Mon, 24 Sep 2018 17:59:32 +0200 Subject: [PATCH] 05-cond.md: Remove quotes from output ... Quotes do not actually appear when printing things to the screen Pull Request: swcarpentry/python-novice-inflammation#576 --- _episodes/05-cond.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/05-cond.md b/_episodes/05-cond.md index 0e4f71440..f5d91adeb 100644 --- a/_episodes/05-cond.md +++ b/_episodes/05-cond.md @@ -89,7 +89,7 @@ else: {: .language-python} ~~~ -"-3 is negative" +-3 is negative ~~~ {: .output}