From 8441a7bb7f187d07267505f216ce9e5ed9129af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 10 Feb 2019 13:31:45 +0100 Subject: [PATCH] Sync classref with current source --- classes/class_audioeffectlimiter.rst | 2 +- classes/class_image.rst | 2 +- classes/class_popupmenu.rst | 2 +- classes/class_visualscriptcondition.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/classes/class_audioeffectlimiter.rst b/classes/class_audioeffectlimiter.rst index 4eabebac7..3b508d97f 100644 --- a/classes/class_audioeffectlimiter.rst +++ b/classes/class_audioeffectlimiter.rst @@ -32,7 +32,7 @@ Properties Description ----------- -A limiter is similar to a compressor, but it’s less flexible and designed to disallow sound going over a given dB threshold. Adding one in the Master Bus is always recommended to reduce the effects of clipping. +A limiter is similar to a compressor, but it's less flexible and designed to disallow sound going over a given dB threshold. Adding one in the Master Bus is always recommended to reduce the effects of clipping. Soft clipping starts to reduce the peaks a little below the threshold level and progressively increases its effect as the input level increases such that the threshold is never exceeded. diff --git a/classes/class_image.rst b/classes/class_image.rst index 06aca4e4b..b8f41dd13 100644 --- a/classes/class_image.rst +++ b/classes/class_image.rst @@ -525,7 +525,7 @@ Returns the image's raw data. - :ref:`Format` **get_format** **(** **)** const -Returns the image’s format. See ``FORMAT_*`` constants. +Returns the image's format. See ``FORMAT_*`` constants. .. _class_Image_method_get_height: diff --git a/classes/class_popupmenu.rst b/classes/class_popupmenu.rst index 9acdcd981..5b84c354a 100644 --- a/classes/class_popupmenu.rst +++ b/classes/class_popupmenu.rst @@ -445,7 +445,7 @@ Remember this is just cosmetic and you have to add the logic for checking/unchec - void **set_item_as_separator** **(** :ref:`int` idx, :ref:`bool` enable **)** -Mark the item at index "idx" as a separator, which means that it would be displayed as a mere line. +Mark the item at index "idx" as a separator, which means that it would be displayed as a line. .. _class_PopupMenu_method_set_item_checked: diff --git a/classes/class_visualscriptcondition.rst b/classes/class_visualscriptcondition.rst index 44b979831..9df59e34a 100644 --- a/classes/class_visualscriptcondition.rst +++ b/classes/class_visualscriptcondition.rst @@ -19,7 +19,7 @@ A Visual Script node which branches the flow. Description ----------- -A Visual Script node that checks a :ref:`bool` input port. If ``true``, it will exit via the “true” sequence port. If ``false``, it will exit via the "false" sequence port. After exiting either, it exits via the “done” port. Sequence ports may be left disconnected. +A Visual Script node that checks a :ref:`bool` input port. If ``true``, it will exit via the "true" sequence port. If ``false``, it will exit via the "false" sequence port. After exiting either, it exits via the "done" port. Sequence ports may be left disconnected. **Input Ports:**