2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[2244] a minor editorial fix to the previous comment update

This commit is contained in:
JINMEI Tatuya
2012-10-04 21:08:55 -07:00
parent 17bffd0838
commit fa1d1161f7

View File

@@ -573,7 +573,7 @@ class Configurator:
def has_component(self, component):
'''Return if a specified component is configured.'''
# Values of self._components are tuples of (name, component).
# Values of self._components are tuples of (config, component).
# Extract the components of the tuples and see if the given one
# is included.
return component in map(lambda x: x[1], self._components.values())