Skip to content

Commit

Permalink
Fixed Typos
Browse files Browse the repository at this point in the history
Fixed the typos in helpers.py and CONTRIBUTING.md
  • Loading branch information
Tush9905 authored and rwightman committed Oct 22, 2023
1 parent 9afe0bb commit 89ba0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*This guideline is very much a work-in-progress.*

Contriubtions to `timm` for code, documentation, tests are more than welcome!
Contributions to `timm` for code, documentation, tests are more than welcome!

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

Expand Down
2 changes: 1 addition & 1 deletion timm/layers/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def make_divisible(v, divisor=8, min_value=None, round_limit=.9):


def extend_tuple(x, n):
# pdas a tuple to specified n by padding with last value
# pads a tuple to specified n by padding with last value
if not isinstance(x, (tuple, list)):
x = (x,)
else:
Expand Down

0 comments on commit 89ba0da

Please sign in to comment.