mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
fix typo in comment
This commit is contained in:
parent
d4c18d2987
commit
6339d73584
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -421,7 +421,7 @@ class DevilutionXTarget(CMakeTarget):
|
|||
|
||||
|
||||
# Case insensitive dictionary class from
|
||||
# from https://github.com/psf/requests/blob/v2.25.0/requests/structures.py
|
||||
# https://github.com/psf/requests/blob/v2.25.0/requests/structures.py
|
||||
|
||||
class CaseInsensitiveDict(collections.abc.MutableMapping):
|
||||
"""A case-insensitive ``dict``-like object.
|
||||
|
|
Loading…
Reference in a new issue