Remove some redundant line breaks
This commit is contained in:
@@ -210,7 +210,6 @@ class nwQuotes():
|
|||||||
"""Allowed quotation marks.
|
"""Allowed quotation marks.
|
||||||
Source: https://en.wikipedia.org/wiki/Quotation_mark
|
Source: https://en.wikipedia.org/wiki/Quotation_mark
|
||||||
"""
|
"""
|
||||||
|
|
||||||
SYMBOLS = {
|
SYMBOLS = {
|
||||||
"\u0027" : "Straight single quotation mark",
|
"\u0027" : "Straight single quotation mark",
|
||||||
"\u0022" : "Straight double quotation mark",
|
"\u0022" : "Straight double quotation mark",
|
||||||
@@ -241,7 +240,6 @@ class nwQuotes():
|
|||||||
class nwUnicode:
|
class nwUnicode:
|
||||||
"""Supported unicode character constants and their HTML equivalents.
|
"""Supported unicode character constants and their HTML equivalents.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Unicode Constants
|
# Unicode Constants
|
||||||
# =================
|
# =================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user