mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Small documentation adjustment
This commit is contained in:
parent
ec69e9ab4c
commit
a1c7298b08
2 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ ambiguous situations.
|
|||
- A KIT IPD crawler
|
||||
|
||||
### 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
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
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
|
||||
enabled).
|
||||
disabled).
|
||||
|
||||
[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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue