From 2724b3379c70e6e174c50a875681bdd4335b540b Mon Sep 17 00:00:00 2001 From: Berk Karaal Date: Tue, 28 Dec 2021 19:58:01 +0300 Subject: [PATCH] Readme typo fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ca23a89..9c3d489 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,7 @@ As a library if __name__ == '__main__': p = Pager() - p.add_source(GeneratorSource(generate_a_lot_of_content()) + p.add_source(GeneratorSource(generate_a_lot_of_content())) p.run()