Skip to content

Commit

Permalink
Tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Jun 20, 2019
1 parent 2ce99dc commit a31d6a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sphinx-doc/tutorial_get_config_values.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ Getting multiple values from an interface with :func:`~ciscoconfparse.models_cis
---------------------------------------------------------------------------------------------------------------

:func:`~ciscoconfparse.models_cisco.IOSCfgLine.re_match_typed()` and
:func:`~ciscoconfparse.models_cisco.IOSCfgLine.re_match_iter_typed()` *cannot
get mutliple values*.
:func:`~ciscoconfparse.models_cisco.IOSCfgLine.re_match_iter_typed()` *does not`
return mutliple values*.

Suppose we want to get all the DHCP helper-addresses from an interface. The
best way to do this is to manually iterate over the children and append
Expand Down

0 comments on commit a31d6a1

Please sign in to comment.