A trivial typo fixed in onnx.verify.verify (#15871)
authorDerek Kim <bluewhale8202@gmail.com>
Thu, 17 Jan 2019 17:50:55 +0000 (09:50 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 17 Jan 2019 17:57:33 +0000 (09:57 -0800)
Summary:
A trivial typo fixing.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15871

Differential Revision: D13709588

Pulled By: ezyang

fbshipit-source-id: 84460e53e30470bef72bc836c08fd149b4d725cf

test/onnx/verify.py

index f36415d..c8521cd 100644 (file)
@@ -252,7 +252,7 @@ def verify(model, args, backend, verbose=False, training=False, rtol=1e-3, atol=
     PyTorch developers.  You can also debug the issue yourself by removing
     suffixes of operators from your model until verification passes.
 
-    For reproduceability, we recommend explicitly setting PyTorch's seed before
+    For reproducibility, we recommend explicitly setting PyTorch's seed before
     invoking this function.
 
     Arguments: