Skip to content

Commit

Permalink
straight quotes
Browse files Browse the repository at this point in the history
Co-authored-by: Marti Raudsepp <[email protected]>
  • Loading branch information
adamchainz and intgr authored Feb 18, 2023
1 parent 7b9bbde commit a65f6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django-stubs/test/testcases.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class SimpleTestCase(unittest.TestCase):
errors: list[str] | str,
msg_prefix: str = ...,
) -> None: ...
# assertFormsetError (lowercase set) deprecated in Django 4.2
# assertFormsetError (lowercase "set") deprecated in Django 4.2
@overload
def assertFormsetError(
self,
Expand Down Expand Up @@ -205,7 +205,7 @@ class TransactionTestCase(SimpleTestCase):
fixtures: Any
multi_db: bool
serialized_rollback: bool
# assertQuerysetEqual (lowercase set) deprecated in Django 4.2
# assertQuerysetEqual (lowercase "set") deprecated in Django 4.2
def assertQuerysetEqual(
self,
qs: Iterator[Any] | list[Model] | QuerySet | RawQuerySet,
Expand Down

0 comments on commit a65f6ae

Please sign in to comment.