mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
fix whitespace
This commit is contained in:
parent
de829e4cfd
commit
09f3ad10fb
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ try:
|
|||
# The full version, including alpha/beta/rc tags.
|
||||
release = pkg_resources.require('vdirsyncer')[0].version
|
||||
except pkg_resources.DistributionNotFound:
|
||||
print('To build the documentation, the distribution information of'
|
||||
'vdirsyncer has to be available. Run "setup.py develop" to do'
|
||||
print('To build the documentation, the distribution information of '
|
||||
'vdirsyncer has to be available. Run "setup.py develop" to do '
|
||||
'this.')
|
||||
sys.exit(1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue