Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
5e7cf6dc
Commit
5e7cf6dc
authored
Apr 30, 2015
by
Tiago Peixoto
Browse files
Fix typo in gt_format.rst
This fixes issue #220
parent
1eb7786d
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/gt_format.rst
View file @
5e7cf6dc
...
...
@@ -180,7 +180,7 @@ follow in the order of the vertex indexes (for vertex properties) or in
the same order in which the edges appear in the preceding adjacency list
(for edge properties). For graph properties only one value
follows. Strings and vectors are encoded with a length prefix of 8 bytes
(``uint
8
_t``) followed by a sequence of that size with the appropriate
(``uint
64
_t``) followed by a sequence of that size with the appropriate
element size. The elements of ``vector<string>`` are encoded as pairs of
(8 byte length, bytes) as usual. Values of type ``python::object`` are
encoded just as strings, with the string content encoded or decoded via
...
...
Tiago Peixoto
@count0
mentioned in issue
#220 (closed)
·
Apr 30, 2015
mentioned in issue
#220 (closed)
mentioned in issue #220
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment