fixed typo in documentation

This commit is contained in:
Bill Zorn 2016-05-05 21:18:29 -07:00
parent 20ab5af6e1
commit 3e2b5188bf
1 changed files with 1 additions and 1 deletions

View File

@ -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|`.
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.
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/).
custom | Blank format slot, inteded to help users add their own formats to the python source.