We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99b5d4 commit b107abfCopy full SHA for b107abf
README.md
@@ -141,7 +141,7 @@ def colors(palette):
141
rgb: ['red', 'green', 'blue']
142
"""
143
all_colors = {
144
- 'cmyk': ['cian', 'magenta', 'yellow', 'black'],
+ 'cmyk': ['cyan', 'magenta', 'yellow', 'black'],
145
'rgb': ['red', 'green', 'blue']
146
}
147
if palette == 'all':
@@ -332,7 +332,7 @@ class PaletteView(SwaggerView):
332
This example is using marshmallow schemas
333
334
335
336
337
338
@@ -898,7 +898,7 @@ def colors(palette):
898
899
900
901
902
903
904
README.zh.md
@@ -110,7 +110,7 @@ def colors(palette):
110
111
112
113
114
115
116
@@ -299,7 +299,7 @@ class PaletteView(SwaggerView):
299
300
301
302
303
304
305
@@ -813,7 +813,7 @@ def colors(palette):
813
814
815
816
817
818
819
examples/colors.py
@@ -61,7 +61,7 @@ def colors(palette):
61
62
63
64
65
66
67
examples/colors_external_js.py
@@ -65,7 +65,7 @@ def colors(palette):
68
69
70
71
examples/colors_from_specdict.py
@@ -102,7 +102,7 @@ def colors(palette):
102
deprecated: true
103
104
105
106
107
108
examples/colors_template_json.py
@@ -25,7 +25,7 @@ def colors(palette):
25
26
27
28
29
30
31
examples/colors_template_yaml.py
examples/colors_uiversion2.py
@@ -62,7 +62,7 @@ def colors(palette):
examples/colors_with_schema.py
@@ -41,7 +41,7 @@ def get(self, palette):
41
42
43
44
45
46
47
examples/lazy_string.py
@@ -78,7 +78,7 @@ def colors(palette):
78
79
80
81
82
83
84
examples/swagger_config_2.py
@@ -118,7 +118,7 @@ def colors(palette):
118
# values here overrides the specs dict
119
120
121
122
123
124
examples/swagger_config_merge.py
@@ -116,7 +116,7 @@ def colors(palette):
117
0 commit comments