Skip to content

Commit 016a1bd

Browse files
committed
Update card.py
1 parent ed638a0 commit 016a1bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/openinflation_dataclass/card.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ class Card(NetworkModel):
6969
unit_net: Literal["PCE", "KGM", "LTR"] | None = None
7070
available_count: int | float | None = None
7171
package_quantity_net: float | None = None
72-
"""Кол-во в нетто (зависит от unit)"""
72+
"""Net quantity (depends on unit)"""
7373
package_weight_gross: float | None = None
74-
"""Вес в брутто (т.к. брутто измеряется в логистике только в нем)"""
74+
"""Gross weight (because gross is measured in logistics only in it)"""
7575
package_unit: Literal["KGM", "LTR"] | None = None
7676
package_count: float | None = None
77-
"""Кол-во единиц товара в упаковке"""
77+
"""Number of product units per package"""
7878

7979
# All in meters
8080
dimension_height: float | None = None

0 commit comments

Comments
 (0)