Skip to content

Commit

Permalink
Revert D24859919: [pytorch][PR] Grammatically updated the tech docs
Browse files Browse the repository at this point in the history
Test Plan: revert-hammer

Differential Revision:
D24859919 (a843d48)

Original commit changeset: 5c6a8bc8e785

fbshipit-source-id: f757995fb64cfd4212c978618d572367e7296758
  • Loading branch information
ejguan authored and facebook-github-bot committed Nov 11, 2020
1 parent ae5c2fe commit 5647f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

r"""
The Torch package contains data structures for multi-dimensional
The torch package contains data structures for multi-dimensional
tensors and defines mathematical operations over these tensors.
Additionally, it provides many utilities for efficient serializing of
Tensors and arbitrary types, with other useful utilities.
Tensors and arbitrary types, and other useful utilities.
It has a CUDA counterpart, that enables you to run your tensor computations
on an NVIDIA GPU with compute capability >= 3.0.
Expand Down

0 comments on commit 5647f0c

Please sign in to comment.