diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index afa484d8..b49e5014 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/timm/layers/helpers.py b/timm/layers/helpers.py index bc75ef3e..b003f48d 100644 --- a/timm/layers/helpers.py +++ b/timm/layers/helpers.py @@ -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: