X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_title.py;fp=check_title.py;h=738dee4c9d6bde2bc7f985f29865bfa1d662be06;hb=0e76f1851882b99da63a7c8a9e4cdf0c4a48657f;hp=23caeb898a6fe603ce47cd49c0ae84be07b5a60b;hpb=f7c944c8536d00153d4bcd4034c8d4d726a72e42;p=bookmarks_db.git diff --git a/check_title.py b/check_title.py index 23caeb8..738dee4 100755 --- a/check_title.py +++ b/check_title.py @@ -2,7 +2,7 @@ """ Check and show URLs in the bookmarks database where name <> real title - Written by BroytMann. Copyright (C) 2002-2008 PhiloSoft Design. + Written by Broytman. Copyright (C) 2002-2008 PhiloSoft Design. """ import sys @@ -24,7 +24,7 @@ def run(): pass if report_stats: - print "BroytMann check_title, Copyright (C) 2002-2008 PhiloSoft Design" + print "Broytman check_title, Copyright (C) 2002-2008 PhiloSoft Design" if args: sys.stderr.write("check_title: too many arguments\n")