From 96aaa311c0251d24decb9dc5da4957b7c590af6f Mon Sep 17 00:00:00 2001 From: rutujak24 Date: Sun, 26 Jul 2020 13:52:19 -0700 Subject: [PATCH] Grammar Changes (#42076) Summary: Small grammatical updates. ![Screenshot (188)](https://user-images.githubusercontent.com/56619747/88471271-02723480-cf25-11ea-8fd1-ae98d5ebcc86.png) Pull Request resolved: https://github.com/pytorch/pytorch/pull/42076 Reviewed By: mrshenli Differential Revision: D22756651 Pulled By: ngimel fbshipit-source-id: e810eb7397a5831d801348c8fff072854658830e --- torch/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torch/__init__.py b/torch/__init__.py index 8684b2b71a47..999eb8832244 100644 --- a/torch/__init__.py +++ b/torch/__init__.py @@ -1,7 +1,7 @@ r""" The torch package contains data structures for multi-dimensional -tensors. It also defines mathematical operations that can be performed over these tensors. +tensors and defines mathematical operations over these tensors. Additionally, it provides many utilities for efficient serializing of Tensors and arbitrary types, and other useful utilities.