fix python block code highlight problem

This commit is contained in:
Kristy-an
2024-10-21 21:12:06 -05:00
parent c0c3ebb219
commit e5ebc38ddd

View File

@ -185,7 +185,7 @@ class Solution:
> 版本二:针对版本一的优化
```python3
```python
class Solution:
def nextGreaterElements(self, nums: List[int]) -> List[int]:
res = [-1] * len(nums)