diff --git a/docs/reference/elements/py-config.md b/docs/reference/elements/py-config.md index 83397402..3d1058a1 100644 --- a/docs/reference/elements/py-config.md +++ b/docs/reference/elements/py-config.md @@ -8,10 +8,10 @@ The `` element should be placed within the `` element. ## Attributes -| attribute | type | default | description | -|-----------|--------|---------|---------------------------------------------------------------------------------------------------------| -| **type** | string | "toml" | Syntax type of the ``. Value can be `json` or `toml`. Default: "toml" if type is unspecifed. | -| **src** | url | | Source url to an external configuration file. | +| attribute | type | default | description | +|-----------|--------|---------|----------------------------------------------------------------------------------------------------------| +| **type** | string | "toml" | Syntax type of the ``. Value can be `json` or `toml`. Default: "toml" if type is unspecified. | +| **src** | url | | Source url to an external configuration file. | ## Examples