summaryrefslogtreecommitdiff
path: root/docs/glossary.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-10-16 20:00:17 -0400
committerTim Graham <timograham@gmail.com>2014-10-16 20:00:17 -0400
commitbabbf1899916a0ad4eae45e40ca13e2c00707718 (patch)
tree9995ad27baee05fb7fb1233c2bb430b660b8f84f /docs/glossary.txt
parentbedd43929731f3a3c3dca6725d5e09239b36a210 (diff)
Fixed some intersphinx references.
Diffstat (limited to 'docs/glossary.txt')
-rw-r--r--docs/glossary.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.txt b/docs/glossary.txt
index 8899ae744d..3a4ad6fed3 100644
--- a/docs/glossary.txt
+++ b/docs/glossary.txt
@@ -50,7 +50,7 @@ Glossary
version 2.2. This is a neat way to implement attributes whose usage
resembles attribute access, but whose implementation uses method calls.
- See :func:`property`.
+ See :class:`property`.
queryset
An object representing some set of rows to be fetched from the database.