clarify this message
diff --git a/backport.py b/backport.py
index 7719dc4..c8eeda8 100644
--- a/backport.py
+++ b/backport.py
@@ -32,7 +32,7 @@
                f'-- Lib/unittest/mock.py Lib/unittest/test/testmock/',
                repo=cpython_repo).split()
     revs.reverse()
-    print(f'{len(revs)} patches to backport')
+    print(f'{len(revs)} patches that may need backporting')
     return revs