[Trivialfix]Modify a grammatical error

Modify a grammatical error by deleting "the"
in portqos.py.

Change-Id: I93e21779bfc4f295f7fc63e6cc1150b8d37ed60c
This commit is contained in:
ShangXiao 2018-02-26 00:54:35 -08:00
parent e90c9ab773
commit 3ff6faa862
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class PortQosApp(df_base_app.DFlowApp):
def _check_update_local_port_qos(self, lport):
policy = lport.qos_policy
if not policy:
# If the there is no qos associated with lport in nb db,
# If there is no qos associated with lport in nb db,
# the qos in ovs db should also be checked and cleared.
# This is because the ovs db might not be consistent with
# nb db.