diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-11-28 23:21:18 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-11-28 23:21:18 -0800 |
| commit | fa842555b41f807c8f4a8528113d7742eb7633e8 (patch) | |
| tree | 8ef98e4618c75b5c809ca37243249926a3803b68 /docs/typographical-conventions.rst | |
| parent | b99ada66150f9155ed959338f2053e544a6c8265 (diff) | |
| download | pyramid-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.rst | 2 |
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 |
