Skip to content

Commit 9093b43

Browse files
committed
Reflow text in README, changelog
1 parent 31a860d commit 9093b43

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
- Fixed parsing of empty series document.
3131

32-
- Changed type of `Series` fields `alternative_names`,
33-
`country_codes` from `set[str]` to `list[str]`.
32+
- Changed type of `Series` fields `alternative_names`, `country_codes` from
33+
`set[str]` to `list[str]`.
3434

3535
- Fixed serialization of party location's latitude and longitude.
3636

@@ -64,8 +64,8 @@
6464

6565
## 0.5.0 (2024-06-30)
6666

67-
- Removed support to load website URL from `links.website`. From now
68-
on, it is expected only in `links.website.url`.
67+
- Removed support to load website URL from `links.website`. From now on, it is
68+
expected only in `links.website.url`.
6969

7070

7171
## 0.4.0 (2024-06-30)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ path = Path('./superlan-2024.toml')
9999
path.write_text(toml)
100100
```
101101

102-
Take a look at the code (in `src/`) and the tests (in `tests/`) to learn
103-
more about the library's interface.
102+
Take a look at the code (in `src/`) and the tests (in `tests/`) to learn more
103+
about the library's interface.
104104

105105

106106
## License

0 commit comments

Comments
 (0)