We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89944c0 commit cd56263Copy full SHA for cd56263
pywikibot/page/_toolforge.py
@@ -156,13 +156,6 @@ def authorship(
156
percentage edits.
157
:param max_pct_sum: Only return authors until the prcentage sum
158
reached *max_pct_sum*.
159
- :param revid: The revision id for the authors should be found.
160
- If ``None`` or ``0``, the latest revision is be used. Cannot
161
- be used together with *date*.
162
- :param date: The revision date for the authors should be found.
163
- If ``None``, it will be ignored. Cannot be used together
164
- with *revid*. If the parameter is a string it must be given
165
- in the form ``YYYY-MM-DD``
166
:return: Character count and percentage of edits for each
167
username.
168
0 commit comments