From 716120cbd6d4d8c23b7c062d7cb43d9bca89cb2c Mon Sep 17 00:00:00 2001 From: Lysandre Date: Fri, 9 Apr 2021 17:46:52 -0400 Subject: [PATCH] Fix Typo --- src/transformers/models/vit/modeling_vit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transformers/models/vit/modeling_vit.py b/src/transformers/models/vit/modeling_vit.py index 99bd60c463e..b7d20ec7859 100644 --- a/src/transformers/models/vit/modeling_vit.py +++ b/src/transformers/models/vit/modeling_vit.py @@ -1,5 +1,5 @@ # coding=utf-8 -# Copyright 2021 Google AI, Ross Weightman, The HuggingFace Inc. team. All rights reserved. +# Copyright 2021 Google AI, Ross Wightman, The HuggingFace Inc. team. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.