From 13adb63f55389509b91f39282c473d9613b61538 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Mon, 27 Nov 2023 08:45:44 -0800 Subject: [PATCH] Update src/qp/factory.py Sadly, we don't mangage pdfs Co-authored-by: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> --- src/qp/factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qp/factory.py b/src/qp/factory.py index 4a8e92a..a8ef2c0 100644 --- a/src/qp/factory.py +++ b/src/qp/factory.py @@ -20,7 +20,7 @@ class Factory(OrderedDict): - """Factory that creates and mangages PDFs""" + """Factory that creates and manages PDFs""" def __init__(self): """C'tor"""