Fix rpmlint errors: spelling, tabs (bz#1535596)

This commit is contained in:
Iryna Shcherbina 2018-02-12 17:43:19 +01:00
parent 654b8b4665
commit ac19ab7c07
1 changed files with 4 additions and 4 deletions

View File

@ -421,7 +421,7 @@ Requires: python3-pip
# The description used both for the SRPM and the main `python3` subpackage: # The description used both for the SRPM and the main `python3` subpackage:
%description %description
Python is an accessible, high-level, dynamically typed, interpreted programming Python is an accessible, high-level, dynamically typed, interpreted programming
language, designed with an emphasis on code readibility. language, designed with an emphasis on code readability.
It includes an extensive standard library, and has a vast ecosystem of It includes an extensive standard library, and has a vast ecosystem of
third-party libraries. third-party libraries.
@ -598,7 +598,7 @@ separately.
The debug build shares installation directories with the standard Python The debug build shares installation directories with the standard Python
runtime, so that .py and .pyc files can be shared. runtime, so that .py and .pyc files can be shared.
Compiled extension modules use a special ABI flag ("d") in the filename, Compiled extension modules use a special ABI flag ("d") in the filename,
so extensions for both verisons can co-exist in the same directory. so extensions for both versions can co-exist in the same directory.
%endif # with debug_build %endif # with debug_build
%else # with flatpackage %else # with flatpackage