Skip to content

Commit f18dda3

Browse files
committed
chore: english docs
1 parent 6d46488 commit f18dda3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ml_project/two_numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
@dataclass
55
class TwoNumbers:
6-
"""정수 두 개 더하는 클래스."""
6+
"""Example class that adds two numbers."""
77

88
num_1: int
99
num_2: int

0 commit comments

Comments
 (0)