diff --git a/strings.html b/strings.html index 5a7c7b3..9ea13a6 100755 --- a/strings.html +++ b/strings.html @@ -216,7 +216,7 @@ def approximate_size(size, a_kilobyte_is_1024_bytes=True): >>> '{0:.1f} {1}'.format(698.24, 'GB') '698.2 GB' -
For all the gory details on format specifiers, consult the Format Specification Mini-Language in the official Python documentation. +
For all the gory details on format specifiers, consult the Format Specification Mini-Language in the official Python documentation.
⁂ @@ -451,9 +451,9 @@ TypeError: Can't convert 'bytes' object to str implicitly
On strings and string formatting:
string — Common string operations
-string — Common string operations
+Metaclasses: diff --git a/xml.html b/xml.html index ed0b46b..fbb5723 100755 --- a/xml.html +++ b/xml.html @@ -659,7 +659,7 @@ lxml.etree.XMLSyntaxError: Entity 'hellip' not defined, line 3, column 28