From 4675d417c42f87cc04e9949d75930b48ac0f622c Mon Sep 17 00:00:00 2001 From: datakund <54356773+datakund@users.noreply.github.com> Date: Tue, 16 Feb 2021 11:05:28 +0530 Subject: [PATCH] Update upload_content.rst --- Docs/source/upload_content.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/source/upload_content.rst b/Docs/source/upload_content.rst index 0bc329b..a3247f8 100644 --- a/Docs/source/upload_content.rst +++ b/Docs/source/upload_content.rst @@ -11,9 +11,9 @@ It uploads the post passed in ``content``. Here is the code:- -.. py:function:: linkedin.upload_content(content="content") +.. py:function:: linkedin.upload_content(content="Hi, hope all are doing well.....") :param str content: Post text need to be posted on linkedin :return: {"body": {}, "success_score": "100", "errors": []} - :rtype: dict \ No newline at end of file + :rtype: dict