diff -r 5e6792b85a8a -r d8eedc2e5a0a eric6/UI/PythonDisViewer.py --- a/eric6/UI/PythonDisViewer.py Wed Sep 23 19:10:42 2020 +0200 +++ b/eric6/UI/PythonDisViewer.py Wed Sep 23 19:16:22 2020 +0200 @@ -814,7 +814,7 @@ self.tr("Positional-only Arguments"), str(codeInfo["posonlyargcount"])]) QTreeWidgetItem(self.codeInfoWidget, [ - self.tr("Keyword-only arguments"), + self.tr("Keyword-only Arguments"), str(codeInfo["kwonlyargcount"])]) QTreeWidgetItem(self.codeInfoWidget, [ self.tr("Number of Locals"), str(codeInfo["nlocals"])])