Skip to content

Commit 0c66978

Browse files
Juliana MashonJuliana Mashon
Juliana Mashon
authored and
Juliana Mashon
committed
Fixed typo
1 parent 78c3fa0 commit 0c66978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/information.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def edit_info(self, endpoint, new_data, id=None):
4141
return endpoint_data
4242

4343
def add_info(self, endpoint, new_data):
44-
"""Create new informated contained within an endpoint."""
44+
"""Create new information contained within an endpoint."""
4545

4646
self.auth.request("POST", endpoint, database_id=None, payload=new_data)
4747

0 commit comments

Comments
 (0)