We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea1865 commit 7c8394bCopy full SHA for 7c8394b
CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
### Fixed
15
- Fix matching exception in horoscope test
16
- Fix youtube.py ISO time parse
17
+- Fix grammatical error in food sentence (beer)
18
19
## [1.3.0] 2020-03-17
20
### Added
data/food/beer.json
@@ -1,14 +1,14 @@
1
{
2
"templates": [
3
- "hands {user} a {size} {container} of {beer}."
+ "hands {user} {size} {container} of {beer}."
4
],
5
"parts": {
6
"size": [
7
- "small",
8
- "medium",
9
- "large",
10
- "enormous",
11
- "half-empty"
+ "a small",
+ "a medium",
+ "a large",
+ "an enormous",
+ "a half-empty"
12
13
"container": [
"glass",
0 commit comments