From c22b490277c002013018cd8eb9cfef0d28f0a17b Mon Sep 17 00:00:00 2001 From: Steve Stagg Date: Wed, 13 Mar 2024 11:14:30 +0000 Subject: [PATCH] Update README.rst --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 2a173f9..2b66ff4 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,6 @@ Pytubes is a library that optimizes loading datasets into memory. At it’s core is a set of specialized C++ classes that can be chained together to load and manipulate data using a standard iterator pattern. Around this there is a cython extension module that makes defining and configuring a tube simple and straight-forward. - Simple Example