From 57fc06e78c208573ebe074e8484b56b6c5beb2ba Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Thu, 11 Jun 2026 11:23:34 -0700 Subject: [PATCH] Update concordance description formatting in Snobol notebook --- ipynb/Snobol.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipynb/Snobol.ipynb b/ipynb/Snobol.ipynb index c3db1d9..f89255f 100644 --- a/ipynb/Snobol.ipynb +++ b/ipynb/Snobol.ipynb @@ -16,7 +16,7 @@ "\n", "# The Concordance Assignment\n", "\n", - "> *Using the [`Snobol`](http://www.snobol4.org/) language, read lines of text from the standard input and print a *concordance*, which is an alphabetized list of words in the text, with the line number(s) where each word appears. Words with different capitalization (like \"A\" and \"a\") should be merged into one entry.*\n", + "> *Using the [`Snobol`](http://www.snobol4.org/) language, read lines of text from the standard input and print a **concordance**, which is an alphabetized list of words in the text, with the line number(s) where each word appears. Words with different capitalization (like \"A\" and \"a\") should be merged into one entry.*\n", "\n", "After studying Snobol a bit, I realized that the expected solution was along these lines:\n", "\n",