Skip to content

Commit e5f41a7

Browse files
authored
Acronym: update function to have params as in exercism#509
Added a `words` parameter to the abbreviate method to ensure clarity to future users. This change was discussed in issue exercism#509.
1 parent f7a5c3b commit e5f41a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/acronym/acronym.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
def abbreviate():
1+
def abbreviate(words):
22
pass

0 commit comments

Comments
 (0)