Skip to content

Commit 196f728

Browse files
committed
Small formatting fix in class 3
1 parent 1eb3e20 commit 196f728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

set2/slides/part3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ N.B. - In the example, the function returns a tuple. In the context of a return,
329329
###Sets
330330
**Sets** are unordered collections whose elements are unique. Therefore, adding a value to a set that already has it, does nothing.
331331

332-
Sets can be created with comma separated elements enclosed in '{}' in Python 2.7 or greater. Very often, one will make a list and use the set() function
332+
Sets can be created with comma separated elements enclosed in `{}` in Python 2.7 or greater. Very often, one will make a list and use the set() function
333333

334334
Sets have an *add* method, which like append for lists, adds an element to a set.
335335

0 commit comments

Comments
 (0)