Update 0127.单词接龙.md

Fix syntax highlight
This commit is contained in:
0zz10
2024-01-22 20:45:36 -08:00
committed by GitHub
parent 9d6ecf5d64
commit b0dbf08064

View File

@ -198,7 +198,7 @@ class Solution {
### Python
```
```python
class Solution:
def ladderLength(self, beginWord: str, endWord: str, wordList: List[str]) -> int:
wordSet = set(wordList)