summaryrefslogtreecommitdiff
path: root/docs/typographical-conventions.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-11-28 23:21:18 -0800
committerSteve Piercy <web@stevepiercy.com>2016-11-28 23:21:18 -0800
commitfa842555b41f807c8f4a8528113d7742eb7633e8 (patch)
tree8ef98e4618c75b5c809ca37243249926a3803b68 /docs/typographical-conventions.rst
parentb99ada66150f9155ed959338f2053e544a6c8265 (diff)
downloadpyramid-fa842555b41f807c8f4a8528113d7742eb7633e8.tar.gz
pyramid-fa842555b41f807c8f4a8528113d7742eb7633e8.tar.bz2
pyramid-fa842555b41f807c8f4a8528113d7742eb7633e8.zip
fix warning about duplicate name
Diffstat (limited to 'docs/typographical-conventions.rst')
-rw-r--r--docs/typographical-conventions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/typographical-conventions.rst b/docs/typographical-conventions.rst
index cd4de8800..5c7efea31 100644
--- a/docs/typographical-conventions.rst
+++ b/docs/typographical-conventions.rst
@@ -185,7 +185,7 @@ Some code blocks may be given a caption.
.. code-block:: python
:caption: sample.py
- :name: sample-py
+ :name: sample-py-typographical-conventions
if "foo" == "bar":
# This is Python code