Nếu tôi nhấn M-q
trong một chuỗi doc như thế này, thì dòng bị đứt trong chuỗi doc bị rối:
def foo(word):
"""
This is a function that does something.
@param word: str, input.
@returns: True
"""
trở thành cái này
def foo(word):
"""This is a function that does something. @param word:
str, input. @returns: True
"""