mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-17 16:11:11 +02:00
Fix some spelling mistakes.
This commit is contained in:
@@ -92,7 +92,7 @@ def tagextract(doc):
|
||||
>>> tagextract('<!DOCTYPE html PUBLIC etc...>')
|
||||
[('!DOCTYPE html PUBLIC etc...', {})]
|
||||
|
||||
Greater-than and less-than characters occuring inside comments or
|
||||
Greater-than and less-than characters occurring inside comments or
|
||||
CDATA blocks are correctly kept as part of the block:
|
||||
|
||||
>>> tagextract('<!-- <><><><>>..> -->')
|
||||
|
Reference in New Issue
Block a user