You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,8 +219,8 @@ Instances of the `ComparisonsEndpoint` class provide the following methods for r
219
219
- If specified, the provided expiry time must be UTC and in the future.
220
220
- If unspecified or `None`, the comparison will never expire (but may be explicitly deleted).
221
221
222
-
**Note: The comparision must be retrieved via the `comparisons.get(<identifier>)` call to check the 'ready' status for new comparisons. This is an important
223
-
step before exporting or accessing consecutive comparisons in any code loops.**
222
+
Note: The comparison must be retrieved via the `comparisons.get(<identifier>)` call to check the 'ready' status for new comparisons. This is an important
223
+
step before exporting or accessing consecutive comparisons in any code loops.
0 commit comments