mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
fix typo: mMaximum -> Maximum (#10389)
This commit is contained in:
parent
393885ee16
commit
cc2cc56f25
|
@ -109,7 +109,7 @@ class CodeExecutionSandboxConfig(BaseSettings):
|
||||||
)
|
)
|
||||||
|
|
||||||
CODE_MAX_PRECISION: PositiveInt = Field(
|
CODE_MAX_PRECISION: PositiveInt = Field(
|
||||||
description="mMaximum number of decimal places for floating-point numbers in code execution",
|
description="Maximum number of decimal places for floating-point numbers in code execution",
|
||||||
default=20,
|
default=20,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user