Skip to content

Commit 4f1367d

Browse files
authored
Update README_EN.md
1 parent bea449f commit 4f1367d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solution/0100-0199/0196.Delete Duplicate Emails/README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ WHERE
9393
p1.id < p2.id;
9494
```
9595

96-
### **Python**
96+
### **Pandas**
9797

9898
```python
9999
import pandas as pd

0 commit comments

Comments
 (0)