Skip to content

Commit 0dc2923

Browse files
authored
fix table syntax err (#128)
1 parent 615d544 commit 0dc2923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/converters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The following table summarizes tested BLUE formats and their compatibility with
139139

140140
"Code", ":abbr:`B (int8)`", ":abbr:`I (int16)`", ":abbr:`L (int32)`", ":abbr:`X (int64)`", ":abbr:`F (float32)`", ":abbr:`D (float64)`", ":abbr:`P (packed)`", ":abbr:`N (int4)`"
141141
":abbr:`S (scalar)`", "✅", "✅", "✅", "✅", "✅", "✅", "❌", "❌"
142-
":abbr:`C (complex)`", "✅", "✅", "✅", "✅", "✅", ""✅", "❌", "❌"
142+
":abbr:`C (complex)`", "✅", "✅", "✅", "✅", "✅", "✅", "❌", "❌"
143143

144144
**Legend:**
145145
* ✅ = Tested and known working

0 commit comments

Comments
 (0)