From: Francois Fleuret Date: Fri, 16 Jun 2017 11:17:09 +0000 (+0200) Subject: Typo. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=pysvrt.git;a=commitdiff_plain;h=05414734a8c423314aaa9447db04ed348066c2f9 Typo. --- diff --git a/README.md b/README.md index 4753d97..735bee3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ and torch.ByteStorage svrt.uncompress(torch.ByteStorage x) ``` -provides a lossless compression scheme adapted to the ByteStorage of +provide a lossless compression scheme adapted to the ByteStorage of the vignette ByteTensor (i.e. expecting a lot of 255s, a few 0s, and no other value).