Skip to content

Commit

Permalink
"CI"
Browse files Browse the repository at this point in the history
  • Loading branch information
VoicegainGithub authored and DrJJ committed Nov 16, 2021
1 parent 8aedbab commit ef763ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions voicegain_speech/models/jjsgf.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def public(self, public):
def rules(self):
"""Gets the rules of this JJSGF. # noqa: E501
Other JSGF rules. Each object key is a rule name and each value is a corresponding rule.<br> NOTE: dashes in rule names are not allowed, so e.g. \"five-digits\" would be a wrong rule name. Example rules are: command : \"\\<action\\> \\<object\\>\", action : \"/10/ open |/2/ close |/1/ delete |/1/ move\", object : \"[the | a] (window | file | menu )\", # noqa: E501
Other JSGF rules. Each object key is a rule name and each value is a corresponding rule.<br> NOTE: Dashes in rule names are not allowed, so e.g. \"five-digits\" would be a wrong rule name. Neither may a rule name start with a digit, so e.g. \"5_digits\" is also not allowed. Example rules are: command : \"\\<action\\> \\<object\\>\", action : \"/10/ open |/2/ close |/1/ delete |/1/ move\", object : \"[the | a] (window | file | menu )\", # noqa: E501
:return: The rules of this JJSGF. # noqa: E501
:rtype: dict(str, str)
Expand All @@ -212,7 +212,7 @@ def rules(self):
def rules(self, rules):
"""Sets the rules of this JJSGF.
Other JSGF rules. Each object key is a rule name and each value is a corresponding rule.<br> NOTE: dashes in rule names are not allowed, so e.g. \"five-digits\" would be a wrong rule name. Example rules are: command : \"\\<action\\> \\<object\\>\", action : \"/10/ open |/2/ close |/1/ delete |/1/ move\", object : \"[the | a] (window | file | menu )\", # noqa: E501
Other JSGF rules. Each object key is a rule name and each value is a corresponding rule.<br> NOTE: Dashes in rule names are not allowed, so e.g. \"five-digits\" would be a wrong rule name. Neither may a rule name start with a digit, so e.g. \"5_digits\" is also not allowed. Example rules are: command : \"\\<action\\> \\<object\\>\", action : \"/10/ open |/2/ close |/1/ delete |/1/ move\", object : \"[the | a] (window | file | menu )\", # noqa: E501
:param rules: The rules of this JJSGF. # noqa: E501
:type: dict(str, str)
Expand Down
4 changes: 2 additions & 2 deletions voicegain_speech/models/jjsgf_all_of.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def public(self, public):
def rules(self):
"""Gets the rules of this JJSGFAllOf. # noqa: E501
Other JSGF rules. Each object key is a rule name and each value is a corresponding rule.<br> NOTE: dashes in rule names are not allowed, so e.g. \"five-digits\" would be a wrong rule name. Example rules are: command : \"\\<action\\> \\<object\\>\", action : \"/10/ open |/2/ close |/1/ delete |/1/ move\", object : \"[the | a] (window | file | menu )\", # noqa: E501
Other JSGF rules. Each object key is a rule name and each value is a corresponding rule.<br> NOTE: Dashes in rule names are not allowed, so e.g. \"five-digits\" would be a wrong rule name. Neither may a rule name start with a digit, so e.g. \"5_digits\" is also not allowed. Example rules are: command : \"\\<action\\> \\<object\\>\", action : \"/10/ open |/2/ close |/1/ delete |/1/ move\", object : \"[the | a] (window | file | menu )\", # noqa: E501
:return: The rules of this JJSGFAllOf. # noqa: E501
:rtype: dict(str, str)
Expand All @@ -212,7 +212,7 @@ def rules(self):
def rules(self, rules):
"""Sets the rules of this JJSGFAllOf.
Other JSGF rules. Each object key is a rule name and each value is a corresponding rule.<br> NOTE: dashes in rule names are not allowed, so e.g. \"five-digits\" would be a wrong rule name. Example rules are: command : \"\\<action\\> \\<object\\>\", action : \"/10/ open |/2/ close |/1/ delete |/1/ move\", object : \"[the | a] (window | file | menu )\", # noqa: E501
Other JSGF rules. Each object key is a rule name and each value is a corresponding rule.<br> NOTE: Dashes in rule names are not allowed, so e.g. \"five-digits\" would be a wrong rule name. Neither may a rule name start with a digit, so e.g. \"5_digits\" is also not allowed. Example rules are: command : \"\\<action\\> \\<object\\>\", action : \"/10/ open |/2/ close |/1/ delete |/1/ move\", object : \"[the | a] (window | file | menu )\", # noqa: E501
:param rules: The rules of this JJSGFAllOf. # noqa: E501
:type: dict(str, str)
Expand Down

0 comments on commit ef763ce

Please sign in to comment.