Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Nov 17, 2023
1 parent 6f0a294 commit 3320278
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ciscoconfparse/ciscoconfparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -3311,15 +3311,15 @@ def re_match_iter_typed(
Parameters
----------
regex : str
:regex : str
A string or python compiled regular expression, which should be matched. This regular expression should contain parenthesis, which bound a match group.
group : int
:group : int
An integer which specifies the desired regex group to be returned. ``group`` defaults to 1.
result_type : type
:result_type : type
A type (typically one of: ``str``, ``int``, ``float``, or :class:`~ccp_util.IPv4Obj`). All returned values are cast as ``result_type``, which defaults to ``str``.
default : any
:default : any
The default value to be returned, if there is no match. The default is an empty string.
untyped_default : bool
:untyped_default : bool
Set True if you don't want the default value to be typed
Returns
Expand Down

0 comments on commit 3320278

Please sign in to comment.