Skip to content

Commit

Permalink
Fixing typo in exercise description
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Feb 22, 2018
1 parent e9e56f1 commit 38b8ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learning_python/lesson2/exercise4.py
Expand Up @@ -7,7 +7,7 @@
or regular expressions:
Use the string .split() method to obtain both the IP address and the
corresponding MAC address associated with the IP.
corresponding interface associated with the IP.
Create a two element tuple from the result (intf_name, ip_address).
Expand Down

0 comments on commit 38b8ae6

Please sign in to comment.