From aad435da3683834e17cb18b87c2aa7d1306e068e Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Fri, 23 Apr 2021 15:50:58 -0700 Subject: [PATCH] Updated tutorial --- README.md | 6 +++--- docsrc/source/tutorial.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b39f4706..5cfbeb8d 100644 --- a/README.md +++ b/README.md @@ -444,11 +444,11 @@ Explanation of the template string: │ │ │ │ │ │ │ └──> insert title │ │ │ │ │ │ │ │ │ │ │ - └───> is title blank? + └───> is there a title? │ │ │ │ │ - └───> if not, is descr blank? + └───> if so, is there a description? │ │ │ │ - └───> if not, insert new line + └───> if so, insert new line │ │ │ └───> if descr is blank, insert nothing │ │ diff --git a/docsrc/source/tutorial.md b/docsrc/source/tutorial.md index cb42c140..e4ca1b69 100644 --- a/docsrc/source/tutorial.md +++ b/docsrc/source/tutorial.md @@ -282,11 +282,11 @@ Explanation of the template string: │ │ │ │ │ │ │ └──> insert title │ │ │ │ │ │ │ │ │ │ │ - └───> is title blank? + └───> is there a title? │ │ │ │ │ - └───> if not, is descr blank? + └───> if so, is there a description? │ │ │ │ - └───> if not, insert new line + └───> if so, insert new line │ │ │ └───> if descr is blank, insert nothing │ │