mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
PEP8 compliance
This commit is contained in:
parent
07f2823618
commit
7e8545a642
@ -1453,9 +1453,11 @@ class ASTFunctionParameter(ASTBase):
|
||||
else:
|
||||
self.arg.describe_signature(signode, mode, env, symbol=symbol)
|
||||
|
||||
|
||||
# backwards-compatible typo
|
||||
ASTFunctinoParameter = ASTFunctionParameter
|
||||
|
||||
|
||||
class ASTParametersQualifiers(ASTBase):
|
||||
def __init__(self, args, volatile, const, refQual, exceptionSpec, override,
|
||||
final, initializer):
|
||||
@ -2288,6 +2290,7 @@ class ASTDeclaratorNameParamQual(ASTBase):
|
||||
if self.paramQual:
|
||||
self.paramQual.describe_signature(signode, mode, env, symbol)
|
||||
|
||||
|
||||
# backwards-compatible typo
|
||||
ASTDecleratorNameParamQual = ASTDeclaratorNameParamQual
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user