Skip to content

Commit 4cde31f

Browse files
committed
Whitespace fixes
1 parent e450170 commit 4cde31f

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
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%}

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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
==================

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

0 commit comments

Comments
 (0)