aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/honeycomb/Routing.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/honeycomb/Routing.py')
-rw-r--r--resources/libraries/python/honeycomb/Routing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/honeycomb/Routing.py b/resources/libraries/python/honeycomb/Routing.py
index 495e96e0fd..4c6a3f205b 100644
--- a/resources/libraries/python/honeycomb/Routing.py
+++ b/resources/libraries/python/honeycomb/Routing.py
@@ -157,7 +157,7 @@ class RoutingKeywords(object):
if status_code != HTTPCodes.OK:
raise HoneycombError(
"Not possible to get operational information about the "
- "classify tables. Status code: {0}.".format(status_code))
+ "routing tables. Status code: {0}.".format(status_code))
data = RoutingKeywords.clean_routing_oper_data(
resp['routing-protocol'][0]['static-routes']