Skip to content

Commit 89ba0da

Browse files
Tush9905rwightman
authored andcommitted
Fixed Typos
Fixed the typos in helpers.py and CONTRIBUTING.md
1 parent 9afe0bb commit 89ba0da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*This guideline is very much a work-in-progress.*
22

3-
Contriubtions to `timm` for code, documentation, tests are more than welcome!
3+
Contributions to `timm` for code, documentation, tests are more than welcome!
44

55
There haven't been any formal guidelines to date so please bear with me, and feel free to add to this guide.
66

timm/layers/helpers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def make_divisible(v, divisor=8, min_value=None, round_limit=.9):
3232

3333

3434
def extend_tuple(x, n):
35-
# pdas a tuple to specified n by padding with last value
35+
# pads a tuple to specified n by padding with last value
3636
if not isinstance(x, (tuple, list)):
3737
x = (x,)
3838
else:

0 commit comments

Comments
 (0)