From c10e4dd6e3e70551ba4e619dff1363c54af53afa Mon Sep 17 00:00:00 2001 From: Jim Date: Sun, 1 Feb 2015 13:04:38 -0500 Subject: [PATCH] tweak week1 --- topics/week1.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/week1.mdwn b/topics/week1.mdwn index 430cc5dd..7f717d9a 100644 --- a/topics/week1.mdwn +++ b/topics/week1.mdwn @@ -626,7 +626,7 @@ Here is the hierarcy of **values** that we've talked about so far. * Booleans (or truth-values) * Functions: these are not literals, but instead have to be generated by evaluating complex expressions * Containers, including: - * the literals `[]` and `{}` + * the **literal containers** `[]` and `{}` * Non-empty sequences * Non-empty sets * Tuples proper and other containers, to be introduced later -- 2.11.0