doc fix
This commit is contained in:
parent
cf7e10a3ef
commit
63e386cd67
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ class EntryVariables(BaseEntryVariables):
|
||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
str
|
str
|
||||||
The upload_index padded six digits
|
The download_index padded six digits
|
||||||
"""
|
"""
|
||||||
return pad(self.download_index, 6)
|
return pad(self.download_index, 6)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue