summaryrefslogtreecommitdiff
path: root/google_compute_engine/network_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'google_compute_engine/network_utils.py')
-rw-r--r--google_compute_engine/network_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/google_compute_engine/network_utils.py b/google_compute_engine/network_utils.py
index 635bb4b..3c94deb 100644
--- a/google_compute_engine/network_utils.py
+++ b/google_compute_engine/network_utils.py
@@ -20,7 +20,7 @@ import os
class NetworkUtils(object):
- """System network ethernet interface utilities."""
+ """System network Ethernet interface utilities."""
def __init__(self, logger=logging):
"""Constructor.
@@ -32,7 +32,7 @@ class NetworkUtils(object):
self.interfaces = self._CreateInterfaceMap()
def _CreateInterfaceMap(self):
- """Generate a dictionary mapping MAC address to ethernet interfaces.
+ """Generate a dictionary mapping MAC address to Ethernet interfaces.
Returns:
dict, string MAC addresses mapped to the string network interface name.