diff options
| author | Kevin Yap <me@kevinyap.ca> | 2014-05-31 20:59:48 -0700 |
|---|---|---|
| committer | Armin Ronacher <armin.ronacher@active-4.com> | 2014-06-01 12:14:03 +0600 |
| commit | e4dca8aaa86b58b12a482f7607283f60a7786952 (patch) | |
| tree | d309ee6b98cbb45c0540696be68d754371bdf949 /examples/termui | |
| parent | 67523af3550c99afc29e1c6ce0b1581c45098c56 (diff) | |
| download | click-e4dca8aaa86b58b12a482f7607283f60a7786952.tar.gz | |
Standardized capitalization of Windows and POSIX
Diffstat (limited to 'examples/termui')
| -rw-r--r-- | examples/termui/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/termui/setup.py b/examples/termui/setup.py index c4a75dd..8478cf8 100644 --- a/examples/termui/setup.py +++ b/examples/termui/setup.py @@ -7,7 +7,7 @@ setup( include_package_data=True, install_requires=[ 'Click', - # Colorama is only required for windows. + # Colorama is only required for Windows. 'colorama', ], entry_points=''' |
