transformers icon indicating copy to clipboard operation
transformers copied to clipboard

Fix Typos in Comments and Improve Clarity

Open kilavvy opened this issue 4 months ago • 0 comments

Description:
This pull request fixes minor typos in comments across two files:

  • In modeling_swin.py, the word "disible" was corrected to "divisible" for clarity in the padding comment.
  • In pt_utils.py, the typo "lookig" was corrected to "looking" in a comment explaining iterator behavior.

These changes improve code readability and maintain documentation quality. No functional code was modified.

kilavvy avatar Jun 12 '25 14:06 kilavvy