docs: fix copy-paste errors/spelling mistakes

This commit is contained in:
Sean Breckenridge 2021-07-09 14:54:50 -07:00 committed by karlicoss
parent 46198a6447
commit 4a04c09f31
7 changed files with 12 additions and 12 deletions

View file

@ -66,7 +66,7 @@ def test_user_config() -> None:
from my.core.common import classproperty
class user_config:
param1 = 'abacaba'
# TOOD fuck. properties don't work here???
# TODO fuck. properties don't work here???
@classproperty
def param2(cls) -> int:
return 456