docs: fix copy-paste errors/spelling mistakes
This commit is contained in:
parent
46198a6447
commit
4a04c09f31
7 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
'''
|
||||
This file should only run when simplejson is installed,
|
||||
but orjson is not installed to check compatability
|
||||
but orjson is not installed to check compatibility
|
||||
'''
|
||||
|
||||
# none of these should fail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue