Merge pull request #17 from dalexeev/add-void-tooltip-string

Add translation string for `void` tooltip
This commit is contained in:
Rémi Verschelde
2024-02-28 17:17:58 +01:00
committed by GitHub

View File

@@ -65,6 +65,7 @@ BASE_STRINGS = [
"This method doesn't need an instance to be called, so it can be called directly using the class name.",
"This method describes a valid operator to use with this type as left-hand operand.",
"This value is an integer composed as a bitmask of the following flags.",
"No return value.",
"There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!",
"There is currently no description for this signal. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!",
"There is currently no description for this enum. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!",