sknano.core.pluralize

sknano.core.pluralize(word, count)[source][source]

Make a word plural by adding an s if count != 1.

Parameters:

word : str

the word

count : int

the word count

Returns:

str