Enable spelling linter for Markdown, reStructuredText and IPython notebooks

Summary: Enable spelling linter for Markdown, reStructuredText and IPython notebooks under `fbcode/vision/fair`. Apply suggested fixes.

Reviewed By: ppwwyyxx

Differential Revision: D20495298

fbshipit-source-id: 95310c7b51f9fa68ba2aa34ecc39a874da36a75c
This commit is contained in:
Patrick Labatut
2020-03-17 16:24:45 -07:00
committed by Facebook GitHub Bot
parent 3901dbe4de
commit c9742d00b0
7 changed files with 9 additions and 9 deletions

View File

@@ -272,7 +272,7 @@ class TestBlending(unittest.TestCase):
)
def test_softmax_rgb_blend(self):
# Create dummy outputs of rasterization simulating a cube in the centre
# Create dummy outputs of rasterization simulating a cube in the center
# of the image with surrounding padded values.
N, S, K = 1, 8, 2
device = torch.device("cuda")
@@ -421,7 +421,7 @@ class TestBlending(unittest.TestCase):
return fn
def test_blend_params(self):
"""Test colour parameter of BlendParams().
"""Test color parameter of BlendParams().
Assert passed value overrides default value.
"""
bp_default = BlendParams()