aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/declarative/referenceexamples/properties/doc/properties.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/referenceexamples/properties/doc/properties.rst b/examples/declarative/referenceexamples/properties/doc/properties.rst
index 86c0ef96f..a4678b89f 100644
--- a/examples/declarative/referenceexamples/properties/doc/properties.rst
+++ b/examples/declarative/referenceexamples/properties/doc/properties.rst
@@ -14,7 +14,7 @@ specified using the People QML type built in the previous example.
import examples.properties.people
-.. code-block:: javascript:
+.. code-block:: javascript
BirthdayParty {
host: Person {
@@ -33,7 +33,7 @@ Declare the BirthdayParty
The BirthdayParty class is declared like this:
-.. code-block:: python:
+.. code-block:: python
from person import Person