Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SockRocks committed Mar 17, 2024
1 parent b99bf32 commit b6358fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
+ `A.setDisplayMode()` displays each element of A one by one by hitting enter
+ Lists and sets can be freely converted between eachother by calling `A.__list__()` to convert A to a list or calling Set(*list*) to convert the list to a set object

___Warning____
___Warning___
As of current, do not create sets of sets by passing in another Set object, instead just pass a list of the elements. This will be fixed soon.

0 comments on commit b6358fe

Please sign in to comment.