diff -r d0f4aa941afe -r fee59283137b ProjectPyramid/PyramidRoutesDialog.py --- a/ProjectPyramid/PyramidRoutesDialog.py Sat Dec 23 15:48:53 2023 +0100 +++ b/ProjectPyramid/PyramidRoutesDialog.py Sat Dec 23 17:16:21 2023 +0100 @@ -77,7 +77,8 @@ """ Private slot called by a button of the button box clicked. - @param button button that was clicked (QAbstractButton) + @param button button that was clicked + @type QAbstractButton """ if button == self.buttonBox.button(QDialogButtonBox.StandardButton.Close): self.close()