From 8408d68f45d97c857b05d2f75bdadb614a840c1f Mon Sep 17 00:00:00 2001 From: LilSpazJoekp <15524072+LilSpazJoekp@users.noreply.github.com> Date: Tue, 14 Jul 2020 16:18:33 -0500 Subject: [PATCH] Update README.rst Signed-off-by: LilSpazJoekp <15524072+LilSpazJoekp@users.noreply.github.com> --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c7470776f..3334d42ff 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ With the ``reddit`` instance you can then interact with Reddit: await subreddit.submit("Test Submission", url="https://reddit.com") # Comment on a known submission - submission = await reddit.submission(url="https://www.reddit.com/comments/5e1az9") + submission = await reddit.submission(url="https://www.reddit.com/comments/5e1az9", lazy=True) await submission.reply("Super rad!") # Reply to the first comment of a weekly top thread of a moderated community @@ -154,13 +154,17 @@ newly created praw-dev organization on GitHub. `_: Bryce began work on PRAW4, a complete rewrite of PRAW. +`February 2019 +`_: +Joel forked PRAW and began work on Async PRAW, an asynchronous compatible version of PRAW. License ------- -Async PRAW uses the same license as PRAW uses. PRAW's source (v4.0.0+) is provided under the `Simplified BSD License +PRAW's source (v4.0.0+) is provided under the `Simplified BSD License `_. +* Copyright (c), 2020, Joel Payne * Copyright (c), 2016, Bryce Boe Earlier versions of PRAW were released under `GPLv3