Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit 55a1f7f

Browse files
committed
This is the shortest change
In the world
1 parent f09d62f commit 55a1f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python2/request/item_request_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def upload(self, local_path):
103103
Returns:
104104
The created entity.
105105
"""
106-
return self.content.request().put(local_path)
106+
return self.content.request().upload(local_path)
107107

108108

109109
def download(self, local_path):

0 commit comments

Comments
 (0)