Skip to content

Commit b32fb92

Browse files
committed
Update exercises/practice/pangram/.approaches/set-issubset/content.md
1 parent 10aef02 commit b32fb92

File tree

1 file changed

+1
-1
lines changed
  • exercises/practice/pangram/.approaches/set-issubset

1 file changed

+1
-1
lines changed

exercises/practice/pangram/.approaches/set-issubset/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `HashSet` with `is_subset`
1+
# `set` with `is_subset`
22

33
```python
44
from string import ascii_lowercase

0 commit comments

Comments
 (0)