Merge pull request #3735 from matrix-org/travis/federation-spelling

limt -> limit
This commit is contained in:
Richard van der Hoff 2018-08-22 09:34:21 +01:00 committed by GitHub
commit a4cf660a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/3735.misc Normal file
View File

@ -0,0 +1 @@
Fix minor spelling error in federation client documentation.

View File

@ -106,7 +106,7 @@ class TransportLayerClient(object):
dest (str)
room_id (str)
event_tuples (list)
limt (int)
limit (int)
Returns:
Deferred: Results in a dict received from the remote homeserver.