Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pipefile.md')
-rw-r--r--doc/pipefile.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pipefile.md b/doc/pipefile.md
index fdba14c..15b9cda 100644
--- a/doc/pipefile.md
+++ b/doc/pipefile.md
@@ -13,8 +13,8 @@ given to the [torch.PipeFile(fileName, mode)](#torch.PipeFile). Read-write mode
<a name="torch.PipeFile"></a>
### torch.PipeFile(command, [mode], [quiet]) ###
-_Constructor_ which execute `command` by opening a pipe in read or write
-`mode`. Valid `mode` are `"r"` (read) or `"w"` (write). Default is read
+_Constructor_ which executes `command` by opening a pipe in read or write
+`mode`. Valid `mode`s are `"r"` (read) or `"w"` (write). Default is read
mode.
If (and only if) `quiet` is `true`, no error will be raised in case of