Merge pull request #58 from Clement-Jean/master

Removing typos
This commit is contained in:
sthoo 2018-09-19 11:37:48 +08:00 committed by GitHub
commit c64be7a82d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ class Frdic(WebService):
except Exception as e:
return {}
@export([u'真人发音', u'Real person pronounciation'])
@export([u'真人发音', u'Real person pronunciation'])
def fld_sound(self):
url = 'https://api.frdic.com/api/v2/speech/speakweb?langid=fr&txt=QYN{word}'.format(
word=urllib2.quote(base64.b64encode(self.word.encode('utf-8')))

View File

@ -55,7 +55,7 @@ class Frdic(WebService):
except Exception as e:
return {}
@export([u'真人发音', u'Real person pronounciation'])
@export([u'真人发音', u'Real person pronunciation'])
def fld_sound(self):
url = 'https://api.frdic.com/api/v2/speech/speakweb?langid=fr&txt=QYN{word}'.format(
word=urllib2.quote(base64.b64encode(self.word.encode('utf-8')))