mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 21:14:16 +02:00
docs: fix simple typo, specal -> special
There is a small typo in src/tinycss/tests/tokenizing.py. Should read `special` rather than `specal`.
This commit is contained in:
parent
c6d9bce9e8
commit
eeb55f8a91
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ def tokens(self, tokenize):
|
|||
('S', '\n'), ('IDENT', 'Ipsum')]),
|
||||
|
||||
# Cancel the meaning of special characters
|
||||
(r'"Lore\m Ipsum"', [('STRING', 'Lorem Ipsum')]), # or not specal
|
||||
(r'"Lore\m Ipsum"', [('STRING', 'Lorem Ipsum')]), # or not special
|
||||
(r'"Lorem \49psum"', [('STRING', 'Lorem Ipsum')]),
|
||||
(r'"Lorem \49 psum"', [('STRING', 'Lorem Ipsum')]),
|
||||
(r'"Lorem\"Ipsum"', [('STRING', 'Lorem"Ipsum')]),
|
||||
|
|
|
|||
Loading…
Reference in a new issue