Skip to content

Commit 25443c0

Browse files
committed
Improved table formatting
1 parent e11335f commit 25443c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contributing/code/bc.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ backwards compatibility promise:
5858

5959
+-----------------------------------------------+---------------+---------------+
6060
| Use Case | Regular | API |
61-
+-----------------------------------------------+---------------+---------------+
62-
| If you... | Then we guarantee BC... |
6361
+===============================================+===============+===============+
62+
| **If you...** | **Then we guarantee BC...** |
63+
+-----------------------------------------------+---------------+---------------+
6464
| Type hint against the interface | Yes | Yes |
6565
+-----------------------------------------------+---------------+---------------+
6666
| Call a method | Yes | Yes |
@@ -122,9 +122,9 @@ covered by our backwards compatibility promise:
122122

123123
+-----------------------------------------------+---------------+---------------+
124124
| Use Case | Regular | API |
125-
+-----------------------------------------------+---------------+---------------+
126-
| If you... | Then we guarantee BC... |
127125
+===============================================+===============+===============+
126+
| **If you...** | **Then we guarantee BC...** |
127+
+-----------------------------------------------+---------------+---------------+
128128
| Type hint against the class | Yes | Yes |
129129
+-----------------------------------------------+---------------+---------------+
130130
| Create a new instance | Yes | Yes |

0 commit comments

Comments
 (0)