bugfix: correct force_autoreconf method syntax (#23546)

This commit is contained in:
Tamara Dahlgren 2021-05-10 12:31:11 -07:00 committed by GitHub
parent 57ccb6ea13
commit 2450ee0fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ version, this can be done like so:
@property
def force_autoreconf(self):
return self.version == Version('1.2.3'):
return self.version == Version('1.2.3')
^^^^^^^^^^^^^^^^^^^^^^^
Finding configure flags