omkarenator commited on
Commit
761d360
1 Parent(s): 0383061

fix code formatting

Browse files
Files changed (1) hide show
  1. web.py +2 -1
web.py CHANGED
@@ -783,7 +783,8 @@ def web_data():
783
  Div(
784
  D_code("""
785
  class Base_RPS_Frac_Chars_In_Top_NGram(RPSBase): # noqa
786
- ## Base class for calculating the fraction of characters in the top N-gram. This operates on the lower-cased, punctation removed content.
 
787
  NGRAM_SIZE: int = None
788
 
789
  __slots__ = []
 
783
  Div(
784
  D_code("""
785
  class Base_RPS_Frac_Chars_In_Top_NGram(RPSBase): # noqa
786
+ # Base class for calculating the fraction of characters in the top N-gram.
787
+ # This operates on the lower-cased, punctation removed content.
788
  NGRAM_SIZE: int = None
789
 
790
  __slots__ = []