Skip to content

Commit 9570b1a

Browse files
committed
Whitespace fixes
1 parent 07cff73 commit 9570b1a

File tree

7 files changed

+9
-11
lines changed

7 files changed

+9
-11
lines changed

.moban.d/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{%endblock%}
99

1010
{%block description%}
11-
**pyexcel-{{file_type}}** is a tiny wrapper library to read, manipulate and write data in {{file_type}} format and it can read xlsx and xlsm fromat. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
11+
**pyexcel-{{file_type}}** is a tiny wrapper library to read, manipulate and write data in {{file_type}} format and it can read xlsx and xlsm fromat. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
1212
{%endblock%}
1313

1414
{%block extras %}

.moban.d/travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
- pip install https://github.com/pyexcel/pyexcel-io/archive/master.zip
1111
- pip install https://github.com/pyexcel/pyexcel/archive/master.zip
1212
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi
13-
{%endblock%}
13+
{%endblock%}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ before_install:
1919
script:
2020
make test
2121
after_success:
22-
codecov
22+
codecov

README.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ pyexcel-xls - Let you focus on data, instead of xls format
88
.. image:: https://codecov.io/github/pyexcel/pyexcel-xls/coverage.png
99
:target: https://codecov.io/github/pyexcel/pyexcel-xls
1010

11-
**pyexcel-xls** is a tiny wrapper library to read, manipulate and write data in xls format and it can read xlsx and xlsm fromat. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
11+
**pyexcel-xls** is a tiny wrapper library to read, manipulate and write data in xls format and it can read xlsx and xlsm fromat. You are likely to use it with `pyexcel <https://github.com/pyexcel/pyexcel>`_.
1212

1313
Known constraints
1414
==================
1515

16-
Fonts, colors and charts are not supported.
16+
Fonts, colors and charts are not supported.
1717

1818
Installation
1919
================================================================================
@@ -253,7 +253,6 @@ On Windows systems, please issue this command::
253253

254254
> test.bat
255255

256-
257256
Known Issues
258257
=============
259258

@@ -265,4 +264,4 @@ Known Issues
265264

266265
>>> import os
267266
>>> os.unlink("your_file.xls")
268-
>>> os.unlink("another_file.xls")
267+
>>> os.unlink("another_file.xls")

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,4 +248,4 @@
248248
#texinfo_show_urls = 'footnote'
249249

250250
# If true, do not generate a @detailmenu in the "Top" node's menu.
251-
#texinfo_no_detailmenu = False
251+
#texinfo_no_detailmenu = False

pyexcel_xls.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ dependencies:
77
- pyexcel-io>=0.1.0
88
- xlrd
99
- xlwt-future
10-
description: |
11-
A wrapper library to read, manipulate and write data in xls format. It reads xlsx and xlsm format
10+
description: A wrapper library to read, manipulate and write data in xls format. It reads xlsx and xlsm format

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ def read(afile):
7777
tests_require=['nose'],
7878
license=LICENSE,
7979
classifiers=CLASSIFIERS
80-
)
80+
)

0 commit comments

Comments
 (0)