nesticot commited on
Commit
b8bd12b
·
verified ·
1 Parent(s): 312bec7

Update functions/pitch_summary_functions.py

Browse files
functions/pitch_summary_functions.py CHANGED
@@ -50,6 +50,7 @@ pitch_colours = {
50
 
51
  ## Others ##
52
  'KN': {'colour': '#867A08', 'name': 'Knuckleball'},
 
53
  'PO': {'colour': '#472C30', 'name': 'Pitch Out'},
54
  'UN': {'colour': '#9C8975', 'name': 'Unknown'},
55
  }
 
50
 
51
  ## Others ##
52
  'KN': {'colour': '#867A08', 'name': 'Knuckleball'},
53
+ 'KN': {'colour': '#867A08', 'name': 'Knuckle Ball'},
54
  'PO': {'colour': '#472C30', 'name': 'Pitch Out'},
55
  'UN': {'colour': '#9C8975', 'name': 'Unknown'},
56
  }