diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page')
-rw-r--r-- | tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page b/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page index 0fc0f5c4..09ee5b10 100644 --- a/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page +++ b/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_init.page @@ -39,12 +39,16 @@ def annotation_init(argc, argv): -<dl> -<dt><p>argc :</p></dt> -<dd><p>The number of args.</p></dd> -<dt><p>argv :</p></dt> -<dd><p>The arguments.</p></dd> -</dl> +<terms> +<item> +<title><code>argc</code></title> +<p>The number of args.</p> +</item> +<item> +<title><code>argv</code></title> +<p>The arguments.</p> +</item> +</terms> |