diff --git a/artiq/test/coredevice/test_embedding.py b/artiq/test/coredevice/test_embedding.py index 807bc4896..f5ec95451 100644 --- a/artiq/test/coredevice/test_embedding.py +++ b/artiq/test/coredevice/test_embedding.py @@ -98,7 +98,7 @@ class RoundtripTest(ExperimentCase): self.assertArrayRoundtrip(numpy.array([["a", "b"], ["c", "d"]])) # FIXME: This should work, but currently passes as the argument is just - # synthesised as a call to array() without forwarding the dype form the host + # synthesised as a call to array() without forwarding the dtype from the host # NumPy object. @unittest.expectedFailure def test_array_jagged(self):