Small documentation adjustment

This commit is contained in:
lukasprobst 2021-10-25 23:22:30 +02:00
parent ec69e9ab4c
commit a1c7298b08
2 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ ambiguous situations.
- A KIT IPD crawler - A KIT IPD crawler
### Removed ### Removed
- Interpolation of ConfigParser - [Interpolation](https://docs.python.org/3/library/configparser.html#interpolation-of-values) in config file
## 3.2.0 - 2021-08-04 ## 3.2.0 - 2021-08-04

View file

@ -5,10 +5,10 @@ which is followed by a list of `key = value` pairs. Comments must be on their
own line and start with `#`. Multiline values must be indented beyond their key. own line and start with `#`. Multiline values must be indented beyond their key.
Boolean values can be `yes` or `no`. For more details and some examples on the Boolean values can be `yes` or `no`. For more details and some examples on the
format, see the [configparser documentation][1] ([basic interpolation][2] is format, see the [configparser documentation][1] ([basic interpolation][2] is
enabled). disabled).
[1]: <https://docs.python.org/3/library/configparser.html#supported-ini-file-structure> "Supported INI File Structure" [1]: <https://docs.python.org/3/library/configparser.html#supported-ini-file-structure> "Supported INI File Structure"
[2]: <https://docs.python.org/3/library/configparser.html#configparser.BasicInterpolation> "BasicInterpolation" [2]: <https://docs.python.org/3/library/configparser.html#interpolation-of-values> "BasicInterpolation"
## The `DEFAULT` section ## The `DEFAULT` section