summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-07-20 17:47:15 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2011-07-20 17:47:15 -0300
commit33bf95628f11abfed959b6dc01d048d2f075087a (patch)
treeb0567f764271e462a69bbc33275dda2cafaad10f /doc
parentf893043a91330e60d896ec51a6f9fd6937fd6987 (diff)
downloadpyside-33bf95628f11abfed959b6dc01d048d2f075087a.tar.gz
pyside-33bf95628f11abfed959b6dc01d048d2f075087a.tar.xz
pyside-33bf95628f11abfed959b6dc01d048d2f075087a.zip
Add a comma.
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index ee63b17..4c50ab3 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -15,7 +15,7 @@
<h3>About 0 vs None</h3>
- <p>The PySide class reference documentation is automatically generated from the original Qt documentation for C++, some parts were tuned to fit the Python world, however is not possible to rewrite all Qt docs as it would require a really huge effort, so if the documentation says you can use 0 on an QObject argument, interpret it as None.</p>
+ <p>The PySide class reference documentation is automatically generated from the original Qt documentation for C++, some parts were tuned to fit the Python world. However, it's not possible to rewrite all Qt docs as it would require a really huge effort, so if the documentation says you can use 0 on an QObject argument, interpret it as None.</p>
<h3>About keyword arguments</h3>