doctest string in docstring disables spell checker

前端 未结 0 1673
失恋的感觉
失恋的感觉 2020-12-04 07:03
def foo():
    """
    A tyypo  # PyCharm reports this word is misspelled
    """
    pass
  
def bar():
    """
    A t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题