Skip to content

Commit 06925bd

Browse files
authored
Merge pull request #1324 from PokeAPI/sapphire
Correct Sapphire spelling
2 parents 4f45759 + 5f9596d commit 06925bd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

data/v2/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ def csv_record_to_objects(info):
635635
"colosseum",
636636
"emerald",
637637
"firered-leafgreen",
638-
"ruby-saphire",
638+
"ruby-sapphire",
639639
"xd",
640640
],
641641
"generation-iv": ["diamond-pearl", "heartgold-soulsilver", "platinum"],

openapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9159,8 +9159,8 @@ components:
91599159
name_icon: https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/emerald/1.png
91609160
firered-leafgreen:
91619161
name_icon: https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/firered-leafgreen/1.png
9162-
ruby-saphire:
9163-
name_icon: https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/ruby-saphire/1.png
9162+
ruby-sapphire:
9163+
name_icon: https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/ruby-sapphire/1.png
91649164
xd:
91659165
name_icon: https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/xd/1.png
91669166
readOnly: true

pokemon_v2/serializers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,8 +2504,8 @@ class Meta:
25042504
"firered-leafgreen": {
25052505
"name_icon": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/firered-leafgreen/1.png"
25062506
},
2507-
"ruby-saphire": {
2508-
"name_icon": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/ruby-saphire/1.png"
2507+
"ruby-sapphire": {
2508+
"name_icon": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/ruby-sapphire/1.png"
25092509
},
25102510
"xd": {
25112511
"name_icon": "https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/types/generation-iii/xd/1.png"

pokemon_v2/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ def setup_type_sprites_data(cls, type):
698698
"colosseum",
699699
"emerald",
700700
"firered-leafgreen",
701-
"ruby-saphire",
701+
"ruby-sapphire",
702702
"xd",
703703
],
704704
"generation-iv": ["diamond-pearl", "heartgold-soulsilver", "platinum"],

0 commit comments

Comments
 (0)