Skip to content

Commit

Permalink
Use "for" instead of "in" in short description
Browse files Browse the repository at this point in the history
  • Loading branch information
sublee committed May 25, 2019
1 parent 520bb97 commit 67ca598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
html_theme = 'alabaster'

html_theme_options = {
'description': 'GPipe in PyTorch',
'description': 'GPipe for PyTorch',

'github_user': 'KakaoBrain',
'github_repo': 'torchgpipe',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
author='Kakao Brain',
maintainer='Heungsub Lee, Myungryong Jeong',

description='GPipe in PyTorch',
description='GPipe for PyTorch',
keywords='pytorch gpipe',

zip_safe=False,
Expand Down

0 comments on commit 67ca598

Please sign in to comment.