Skip to content

Commit ad73ed8

Browse files
committed
⚫ Fade to black.
1 parent b451587 commit ad73ed8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

inflect.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3591,21 +3591,21 @@ def enword(self, num, group):
35913591
return num
35923592

35933593
def blankfn(self, mo):
3594-
""" do a global blank replace
3594+
"""do a global blank replace
35953595
TODO: surely this can be done with an option to re.sub
35963596
rather than this fn
35973597
"""
35983598
return ""
35993599

36003600
def commafn(self, mo):
3601-
""" do a global ',' replace
3601+
"""do a global ',' replace
36023602
TODO: surely this can be done with an option to re.sub
36033603
rather than this fn
36043604
"""
36053605
return ","
36063606

36073607
def spacefn(self, mo):
3608-
""" do a global ' ' replace
3608+
"""do a global ' ' replace
36093609
TODO: surely this can be done with an option to re.sub
36103610
rather than this fn
36113611
"""

0 commit comments

Comments
 (0)