Skip to content

Commit 0e8b0fd

Browse files
author
Vinit Kumar
committed
Fix typo
1 parent 12925c9 commit 0e8b0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ data_object.json2xml()
2929

3030
```python
3131
from json2xml.json2xml import Json2xml
32-
data = data = Json2xml.fromurl('https://coderwall.com/vinitcool76.json').data
32+
data = Json2xml.fromurl('https://coderwall.com/vinitcool76.json').data
3333
data_object = Json2xml(data)
3434
data_object.json2xml()
3535
```

0 commit comments

Comments
 (0)