doc: fixes the the repetitions (#43937)

Wow, this does not seem to be an uncommon misspelling. Might be there
are some left that span over two lines. I noticed the one in the git
module and then used `grep -rw 'the the'` to find some more.
This commit is contained in:
♫ Christian Krause ♫ 2018-08-22 21:53:30 +02:00 committed by René Moser
parent 8dc31a88e8
commit d779eb1f15
11 changed files with 11 additions and 11 deletions

View file

@ -377,7 +377,7 @@ class WapiModule(WapiBase):
and/or keys filtered before it is sent to the API endpoint to
be processed.
:args proposed_object: A dict item that will be encoded and sent
the the API endpoint with the updated data structure
the API endpoint with the updated data structure
:returns: updated object to be sent to API endpoint
'''
keys = set()