YerevaNN / translit-rnn

Automatic transliteration with LSTM
92 stars 20 forks source link

Use real doc strings #5

Closed fxfactorial closed 4 years ago

fxfactorial commented 7 years ago

https://github.com/YerevaNN/translit-rnn/blob/master/utils.py#L190


def foo():
    '''some function doc string that gets properly held by the function object'''
    # code