Fix typo: implictly -> implicitly in isaac.py docstring (#35646)

This commit is contained in:
lin-shh
2026-03-01 02:34:37 -05:00
committed by GitHub
parent afd089f231
commit a9ec392c86

View File

@@ -551,7 +551,7 @@ def process_vision_for_patches(
`(num_images, height, width, channels)` for a batch. Channels are
expected to be RGB.
patch_size (`int`):
Edge length of square patches; implictly controls resize grid granularity.
Edge length of square patches; implicitly controls resize grid granularity.
max_num_patches (`int`):
Maximum number of patches allowed after resizing.
min_num_patches (`int`, *optional*):