Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 25443c0

Browse filesBrowse files
committed
Improved table formatting
1 parent e11335f commit 25443c0
Copy full SHA for 25443c0

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎contributing/code/bc.rst‎

Copy file name to clipboardExpand all lines: contributing/code/bc.rst
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.