kaolin icon indicating copy to clipboard operation
kaolin copied to clipboard

Fix Typos in Comments and Docstrings

Open leopardracer opened this issue 6 months ago • 0 comments

Description:
This pull request corrects minor typographical errors in the codebase:

  • In kaolin/ops/spc/bf_recon.py, the word "cummulative" was corrected to "cumulative" in a comment.
  • In kaolin/render/camera/intrinsics_pinhole.py, the word "heigh" was corrected to "height" in a docstring.

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

leopardracer avatar Jun 10 '25 20:06 leopardracer