Skip to content

Commit 3fd7129

Browse files
authored
Fix fput_object typo in changelog (#147)
1 parent d763d10 commit 3fd7129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The code in this project is licensed under MIT license.
173173
##### 1.1.0 (breaking changes)
174174

175175
- IBucket rename: get_object_content() -> get_object()
176-
- IBucket.fput_oject() rename arg: destination -> file_path
176+
- IBucket.fput_object() rename arg: destination -> file_path
177177

178178
##### 1.0.1
179179

python/README.py.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The code in this project is licensed under MIT license.
162162
##### 1.1.0 (breaking changes)
163163

164164
- IBucket rename: get_object_content() -> get_object()
165-
- IBucket.fput_oject() rename arg: destination -> file_path
165+
- IBucket.fput_object() rename arg: destination -> file_path
166166

167167
##### 1.0.1
168168

0 commit comments

Comments
 (0)