Skip to content

Commit c574c7f

Browse files
committed
Fix document; upgrade CI Python to 3.13
1 parent ffaffdc commit c574c7f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ['3.12', 'pypy-3.10']
18+
python-version: ['3.13', 'pypy-3.10']
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3

docs/src/lvs/binary-format.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This page describes version ``0x00011000``.
77

88
.. code-block:: abnf
99
10-
LvsModel = LVS-MODEL-TYPE TLV-LENGTH
10+
LvsModel =
1111
Version
1212
StartId
1313
NamedPatternCnt
@@ -181,3 +181,5 @@ python-ndn provides the following built-in functions:
181181

182182
- ``$eq``: compares two components.
183183
- ``$eq_type``: compares the type of two components.
184+
185+
The details of user functions is up to specific implementation.

0 commit comments

Comments
 (0)