Skip to content

Commit 3db81e5

Browse files
author
Arun Kirubarajan
authored
Update assignment2.py
1 parent 392abb2 commit 3db81e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignment2/assignment2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def get_counts(n_grams) -> dict:
1919
pass
2020

2121

22-
def generate_gram(counts, context) -> str:
22+
def generate_gram(counts, context) -> tuple:
2323
pass
2424

2525

0 commit comments

Comments
 (0)