mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
validation typos and markup fiddling
This commit is contained in:
+2
-2
@@ -399,10 +399,10 @@ def protocol_version(file_object):
|
||||
<td><a href=native-datatypes.html#numbers>float</a>
|
||||
<tr><th>*
|
||||
<td><code>true</code>
|
||||
<td><code><a href=native-datatypes.html#booleans>True</a>
|
||||
<td><a href=native-datatypes.html#booleans><code>True</code></a>
|
||||
<tr><th>*
|
||||
<td><code>false</code>
|
||||
<td><code><a href=native-datatypes.html#booleans>False</a></code>
|
||||
<td><a href=native-datatypes.html#booleans><code>False</code></a>
|
||||
<tr><th>*
|
||||
<td><code>null</code>
|
||||
<td><code><a href=native-datatypes.html#none>None</a></code>
|
||||
|
||||
Reference in New Issue
Block a user