Skip to content

Commit be86ebb

Browse files
authored
Merge pull request #3 from cocolato/dev
update README
2 parents c57a032 + f13eb58 commit be86ebb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ Type "help", "copyright", "credits" or "license" for more information.
6060
>>> debug_dumpling("test.dump")
6161
> /home/loyd/vscodeFiles/pydumpling/test.py(6)inner()
6262
-> c = a + b
63-
(Pdb) lsit 1,17
64-
*** SyntaxError: invalid syntax
6563
(Pdb) list 1,17
6664
1 from pydumpling import save_dumping
6765
2

README_zh.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ Type "help", "copyright", "credits" or "license" for more information.
5656
>>> debug_dumpling("test.dump")
5757
> /home/loyd/vscodeFiles/pydumpling/test.py(6)inner()
5858
-> c = a + b
59-
(Pdb) lsit 1,17
60-
*** SyntaxError: invalid syntax
6159
(Pdb) list 1,17
6260
1 from pydumpling import save_dumping
6361
2

0 commit comments

Comments
 (0)