Skip to content

Commit 27585bd

Browse files
author
Lane Zhang (张健)
authored
Update 0541.反转字符串II.md
1 parent a4cafe0 commit 27585bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

problems/0541.反转字符串II.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ class Solution:
298298
```
299299

300300
#### Python3 (v3):
301+
301302
```python
302303
class Solution:
303304
def reverseStr(self, s: str, k: int) -> str:

0 commit comments

Comments
 (0)