Browse Source

Update disco/types/voice.py

Co-Authored-By: Andrei Zbikowski <[email protected]>
pull/153/head
Faster Speeding 6 years ago
committed by GitHub
parent
commit
d0153483e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      disco/types/voice.py

2
disco/types/voice.py

@ -37,4 +37,4 @@ class VoiceRegion(SlottedModel):
return self.id
def __repr__(self):
return u'<Region {}>'.format(self.name)
return u'<VoiceRegion {}>'.format(self.name)

Loading…
Cancel
Save