aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLuciano Wolf <luciano.wolf@openbossa.org>2010-08-04 18:46:36 -0300
committerLuciano Wolf <luciano.wolf@openbossa.org>2010-08-04 18:47:27 -0300
commit1b4e1400444de83dfc8027fbf7c6c8f2ce98927b (patch)
treea86072255fb4efd2ca61dd7c6cc892cf89e7a5fe /doc
parent9e7369e4aec34ce42b92c5686d192e3bf93c3966 (diff)
Fix typo: QPropery.
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/index.html2
-rw-r--r--doc/property.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index d0bc1a6b1..8038bb1b7 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -28,7 +28,7 @@
<p class="biglink"><a class="biglink" href="{{ pathto("newsigslot") }}">New-style signal/slot</a><br/>
<span class="linkdescr">using the new-style signal/slot scheme</span></p>
- <p class="biglink"><a class="biglink" href="{{ pathto("property") }}">Use of QPropery in PySide</a><br/>
+ <p class="biglink"><a class="biglink" href="{{ pathto("property") }}">Use of QProperty in PySide</a><br/>
<span class="linkdescr">QProperty</span></p>
</td></tr>
</table>
diff --git a/doc/property.rst b/doc/property.rst
index 0b9b35cee..88db8d68e 100644
--- a/doc/property.rst
+++ b/doc/property.rst
@@ -1,5 +1,5 @@
-Use of QPropery in PySide
-*************************
+Use of QProperty in PySide
+**************************
PySide implements the function 'QProperty' which allows to declare properties compatible with QMetaProperties.