Commit 1e03ff78 authored by Geoff Simmons's avatar Geoff Simmons

Mention .check_call() in the SYNOPSIS.

parent affcc1eb
......@@ -40,6 +40,7 @@ SYNOPSIS
INT <obj>.nmatches()
BOOL <obj>.matched([INT n] [, STRING element] [, ENUM select])
INT <obj>.which([ENUM select] [, STRING element])
BOOL <obj>.check_call([INT n] [, STRING element] [, ENUM select])
# Retrieving objects by index, by string, or after match
STRING <obj>.element([INT n] [, ENUM select])
......
......@@ -36,6 +36,7 @@ SYNOPSIS
INT <obj>.nmatches()
BOOL <obj>.matched([INT n] [, STRING element] [, ENUM select])
INT <obj>.which([ENUM select] [, STRING element])
BOOL <obj>.check_call([INT n] [, STRING element] [, ENUM select])
# Retrieving objects by index, by string, or after match
STRING <obj>.element([INT n] [, ENUM select])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment