Fix error in the column name in the doc
This commit is contained in:
parent
46d7f5281a
commit
85aa984340
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ Common return values are documented here :doc:`common_return_values`, the follow
|
||||||
<table border=1 cellpadding=4>
|
<table border=1 cellpadding=4>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="head">name</th>
|
<th class="head">name</th>
|
||||||
<th class="head">despcription</th>
|
<th class="head">description</th>
|
||||||
<th class="head">returned</th>
|
<th class="head">returned</th>
|
||||||
<th class="head">type</th>
|
<th class="head">type</th>
|
||||||
<th class="head">sample</th>
|
<th class="head">sample</th>
|
||||||
|
@ -138,7 +138,7 @@ Common return values are documented here :doc:`common_return_values`, the follow
|
||||||
<table border=1 cellpadding=2>
|
<table border=1 cellpadding=2>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="head">name</th>
|
<th class="head">name</th>
|
||||||
<th class="head">despcription</th>
|
<th class="head">description</th>
|
||||||
<th class="head">returned</th>
|
<th class="head">returned</th>
|
||||||
<th class="head">type</th>
|
<th class="head">type</th>
|
||||||
<th class="head">sample</th>
|
<th class="head">sample</th>
|
||||||
|
|
Loading…
Reference in a new issue