@@ -442,8 +442,8 @@ def unbuilt_executable_path(self, app) -> Path:
442442 return self .binary_executable_path (app ).parent / f"Stub{ suffix } "
443443
444444 def bundle_package_path (self , app ):
445- """The root path of the content in the bundle generated by Briefcase
446- that will be packaged for distribution.
445+ """The root path of the content in the bundle generated by Briefcase that will
446+ be packaged for distribution.
447447
448448 This may be overridden if the user manually specifies external_package_path.
449449
@@ -466,8 +466,8 @@ def package_path(self, app):
466466 return self .bundle_package_path (app )
467467
468468 def bundle_package_executable_path (self , app ):
469- """The path, relative to the package path generated by Briefcase, of the
470- binary in the packaged app that is executed as the app.
469+ """The path, relative to the package path generated by Briefcase, of the binary
470+ in the packaged app that is executed as the app.
471471
472472 This may be overridden if the user manually specifies a
473473 external_package_executable_path.
@@ -481,8 +481,8 @@ def bundle_package_executable_path(self, app):
481481 raise NotImplementedError ()
482482
483483 def package_executable_path (self , app ):
484- """The path, relative to the package path, of the binary that is
485- executed as the app.
484+ """The path, relative to the package path, of the binary that is executed as the
485+ app.
486486
487487 :param app: The app config
488488 """
@@ -777,7 +777,8 @@ def verify_app_template(self, app: AppConfig):
777777 )
778778
779779 def verify_required_python (self , app : AppConfig ):
780- """Verify that the running version of Python meets the project's specifications."""
780+ """Verify that the running version of Python meets the project's
781+ specifications."""
781782
782783 requires_python = getattr (self .global_config , "requires_python" , None )
783784 if not requires_python :
0 commit comments