Skip to content

Commit

Permalink
fix my own typos
Browse files Browse the repository at this point in the history
go figure...
  • Loading branch information
juliogomez authored Sep 13, 2018
1 parent 8c0c0a5 commit 7455041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Other options could be just `python` or `idle`.
1. Check that the IP address has been changed in the dictionary
```python
pprint(xml_dict)
pprint(json_dict)
```
1. Revert to the json string version of the dictionary
Expand Down Expand Up @@ -319,7 +319,7 @@ Other options could be just `python` or `idle`.
1. Check that the IP address has been changed in the dictionary

```python
pprint(xml_dict)
pprint(yaml_dict)
```

1. Revert to the yaml string version of the dictionary
Expand Down

0 comments on commit 7455041

Please sign in to comment.