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 │ │