Description: Remove line with example on docstring 
Author: Thais Reboucas de Araujo <thaysreb@gmail.com>
Last-Update: 2025-04-06

Index: pygnuplot/PyGnuplot.py
===================================================================
--- pygnuplot.orig/PyGnuplot.py
+++ pygnuplot/PyGnuplot.py
@@ -43,7 +43,6 @@ ON_POSIX = 'posix' in sys.builtin_module
 class gp(object):
     """PyGnuplot object figure
     example:
-        f1 = gp(r"C:\Program Files\gnuplot\bin\gnuplot.exe")
         pi = f1.a('print pi')
     """
 
