Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fixup comment in the light of #13563
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Sep 1, 2022
1 parent e0b3539 commit 2d1f753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions synapse/rest/client/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class AuthenticationData(RequestBodyModel):
(The name "Authentication Data" is taken directly from the spec.)
Additional keys will be present, depending on the `type` field. Use `.dict()` to
access them.
Additional keys will be present, depending on the `type` field. Use
`.dict(exclude_unset=True)` to access them.
"""

class Config:
Expand Down

0 comments on commit 2d1f753

Please sign in to comment.