X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=src%2Fpyutils%2Fdecorator_utils.py;h=9b1e7a924add2a55ee6140c0b5bc1fdff20f758c;hb=40a9cba91b25d099470c63840f90aac33cca852e;hp=8f17c01bc837473f723f64ad7e271f4458ae0c69;hpb=a2cb839d6932060ea00ad9b9d7c198ab310affe4;p=pyutils.git diff --git a/src/pyutils/decorator_utils.py b/src/pyutils/decorator_utils.py index 8f17c01..9b1e7a9 100644 --- a/src/pyutils/decorator_utils.py +++ b/src/pyutils/decorator_utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # © Copyright 2021-2022, Scott Gasch -# Portions (marked) below retain the original author's copyright. +# A portion (marked) below retain the original author's copyright. """This is a grab bag of, hopefully, useful decorators.""" @@ -678,8 +678,8 @@ def thunkify(func): # Licensee hereby agrees to include in any such work a brief summary # of the changes made to Python. -# (N.B. See NOTICE file in the root of this module for a list of -# changes) +# (N.B. See `NOTICE `__ file in the root of this module for a list +# of changes) # 4. PSF is making Python available to Licensee on an "AS IS" # basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR