Skip to content

Commit 496e4a8

Browse files
authored
Update README.md
1 parent 4f1367d commit 496e4a8

File tree

1 file changed

+1
-1
lines changed
  • solution/0100-0199/0196.Delete Duplicate Emails

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ WHERE
9797
p1.id < p2.id;
9898
```
9999

100-
### **Python**
100+
### **Pandas**
101101

102102
```python
103103
import pandas as pd

0 commit comments

Comments
 (0)