fixed typo in documentation
This commit is contained in:
parent
20ab5af6e1
commit
3e2b5188bf
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ named | Name first: `|name|type|supertype|subtype|loyalty|pt|text|cost|rari
|
||||||
noname | No name field at all: `|type|supertype|subtype|loyalty|pt|text|cost|rarity|`.
|
noname | No name field at all: `|type|supertype|subtype|loyalty|pt|text|cost|rarity|`.
|
||||||
rfields | Randomize the order of the fields, using only the label to distinguish which field is which.
|
rfields | Randomize the order of the fields, using only the label to distinguish which field is which.
|
||||||
old | Legacy format: `|name|supertype|type|loyalty|subtype|rarity|pt|cost|text|`. No field labels.
|
old | Legacy format: `|name|supertype|type|loyalty|subtype|rarity|pt|cost|text|`. No field labels.
|
||||||
norarity | Older legacy format: `|name|supertype|type|loyalty|subtype|rarity|pt|cost|text|`. No field labels.
|
norarity | Older legacy format: `|name|supertype|type|loyalty|subtype|pt|cost|text|`. No field labels.
|
||||||
vec | Produce a content vector for each card; used with [word2vec](https://code.google.com/p/word2vec/).
|
vec | Produce a content vector for each card; used with [word2vec](https://code.google.com/p/word2vec/).
|
||||||
custom | Blank format slot, inteded to help users add their own formats to the python source.
|
custom | Blank format slot, inteded to help users add their own formats to the python source.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue