- Notifications
You must be signed in to change notification settings - Fork673
Commitb180baf
committed
fix: correct ProjectFile.decode() documentation
ProjectFile.decode() returns 'bytes' and not 'str'.Update the method's doc-string and add a type-hint.ProjectFile.decode() returns the result of a call tobase64.b64decode()The docs for that function state it returns 'bytes':https://docs.python.org/3/library/base64.html#base64.b64decodeFixes:#14031 parent711896f commitb180baf
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
0 commit comments
Comments
(0)