Skip to content

Commit ca6873e

Browse files
Merge pull request #1245 from ie3-institute/df/#1244Fixed-example-in-ReadTheDocs
Fixed example in ReadTheDocs
2 parents b74c37d + 4f53299 commit ca6873e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Fixed
2020
- Removing opened `SwitchInput` during connectivity check [#1221](https://github.com/ie3-institute/PowerSystemDataModel/issues/1221)
21+
- Fixed example in ReadTheDocs [#1244](https://github.com/ie3-institute/PowerSystemDataModel/issues/1244)
2122

2223
### Changed
2324
- Storage minimum level parameter removed from cylindrical thermal storage [#1123](https://github.com/ie3-institute/PowerSystemDataModel/issues/1123)

docs/readthedocs/models/input/operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ having control over one or more physical entitites.
3636
3737
OperatorInput profBroccoli = new OperatorInput(
3838
UUID.fromString("f15105c4-a2de-4ab8-a621-4bc98e372d92"),
39-
"Univ.-Prof. Dr. rer. hort. Klaus-Dieter Brokkoli"
39+
"Univ.-Prof. Dr. rer. hort. Klaus-Dieter Broccoli"
4040
)
4141
```
4242

0 commit comments

Comments
 (0)