Fix transposed outputs in internals doc
This commit is contained in:
parent
fa2f9dc5da
commit
7418da9e5d
1 changed files with 12 additions and 12 deletions
|
|
@ -441,12 +441,12 @@ Resulting output:
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<pre>
|
<pre>
|
||||||
hash len: 5
|
list len: 5
|
||||||
get: hashval2
|
get: listval2
|
||||||
hash item: hashval5 [h5]
|
list item: newlistval1
|
||||||
hash item: hashval1 [h1]
|
list item: listval2
|
||||||
hash item: hashval2 [h2]
|
list item: listval3
|
||||||
hash item: hashval3 [h3]
|
list item: listval5
|
||||||
</pre>
|
</pre>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
@ -494,12 +494,12 @@ Resulting output:
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<pre>
|
<pre>
|
||||||
list len: 5
|
hash len: 5
|
||||||
get: listval2
|
get: hashval2
|
||||||
list item: newlistval1
|
hash item: hashval5 [h5]
|
||||||
list item: listval2
|
hash item: hashval1 [h1]
|
||||||
list item: listval3
|
hash item: hashval2 [h2]
|
||||||
list item: listval5
|
hash item: hashval3 [h3]
|
||||||
</pre>
|
</pre>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue