mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Typo
This commit is contained in:
parent
2fb40f3f8c
commit
2698867cf8
|
@ -42,7 +42,7 @@ def context():
|
||||||
("y", "None"),
|
("y", "None"),
|
||||||
("n", "AWS"),
|
("n", "AWS"),
|
||||||
("n", "GCP"),
|
("n", "GCP"),
|
||||||
# no whitenoise + co cloud provider is not supported
|
# no whitenoise + no cloud provider is not supported
|
||||||
],
|
],
|
||||||
ids=lambda id: f"wnoise:{id[0]}-cloud:{id[1]}",
|
ids=lambda id: f"wnoise:{id[0]}-cloud:{id[1]}",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user