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