Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10e0e30

Browse files
committed
Fix markup.
1 parent 3440c42 commit 10e0e30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/tutorial/datastructures.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,9 @@ with no duplicate elements. Basic uses include membership testing and
365365
eliminating duplicate entries. Set objects also support mathematical operations
366366
like union, intersection, difference, and symmetric difference.
367367

368-
Curly braces or the :func:`set` function can be use to create sets. Note:
369-
To create an empty set you have to use set(), not {}; the latter creates
370-
an empty dictionary, a data structure that we discuss in the next section.
368+
Curly braces or the :func:`set` function can be use to create sets. Note: To
369+
create an empty set you have to use ``set()``, not ``{}``; the latter creates an
370+
empty dictionary, a data structure that we discuss in the next section.
371371

372372
Here is a brief demonstration::
373373

0 commit comments

Comments
 (0)