Fix typograpical errors (#2438)

This commit is contained in:
Genta Indra Winata
2020-01-08 00:21:23 +08:00
committed by Lysandre Debut
parent 27c1b656cc
commit d6a677b14b
22 changed files with 23 additions and 23 deletions

View File

@@ -576,7 +576,7 @@ class TFBertMainLayer(tf.keras.layers.Layer):
class TFBertPreTrainedModel(TFPreTrainedModel):
""" An abstract class to handle weights initialization and
a simple interface for dowloading and loading pretrained models.
a simple interface for downloading and loading pretrained models.
"""
config_class = BertConfig