summaryrefslogtreecommitdiff
path: root/docs/narr/viewconfig.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/viewconfig.rst')
-rw-r--r--docs/narr/viewconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst
index 06b4d99eb..c463d297e 100644
--- a/docs/narr/viewconfig.rst
+++ b/docs/narr/viewconfig.rst
@@ -134,7 +134,7 @@ Non-Predicate Arguments
When the renderer is a path—although a path is usually just a simple relative
pathname (e.g., ``templates/foo.pt``, implying that a template named "foo.pt"
is in the "templates" directory relative to the directory of the current
- :term:`package`)—the path can be absolute, starting with a slash on UNIX or a
+ :term:`package`)—the path can be absolute, starting with a slash on Unix or a
drive letter prefix on Windows. The path can alternatively be a :term:`asset
specification` in the form ``some.dotted.package_name:relative/path``, making
it possible to address template assets which live in a separate package.