X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FVPPUtil.py;fp=resources%2Flibraries%2Fpython%2FVPPUtil.py;h=e343d38d2ffbacd2583d97944318fc2faedfa72d;hp=17043aa599e83c48345aa8028a4ddc0c8f57c509;hb=6962831a1f1905e50a3d663c0cf3ce8c2873ecc9;hpb=ef5c30213bb28824a55f4ebbcade6410ee8d2461 diff --git a/resources/libraries/python/VPPUtil.py b/resources/libraries/python/VPPUtil.py index 17043aa599..e343d38d2f 100644 --- a/resources/libraries/python/VPPUtil.py +++ b/resources/libraries/python/VPPUtil.py @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Cisco and/or its affiliates. +# Copyright (c) 2021 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -390,7 +390,7 @@ class VPPUtil: :type node: dict :type graph_node_name: str :type graph_next_name: str - :returns: The index of the next node. + :returns: The index of the next graph node. :rtype: int """ cmd = u"add_node_next"