From 64213ed1d1209a9a558e11362eb737a45d971340 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 1 Aug 2017 16:52:15 +0200 Subject: [PATCH] wrap lines --- python3.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/python3.yaml b/python3.yaml index 0085517..bdff1da 100644 --- a/python3.yaml +++ b/python3.yaml @@ -2,11 +2,12 @@ document: modulemd version: 1 data: summary: Version 3 of the Python programming language aka Python 3000. - description: Python3 is a new version of the language that is incompatible with - the 2.x line of releases. The language is mostly the same, but many - details, especially how built-in objects like dictionaries and strings - work, have changed considerably, and a lot of deprecated features - have finally been removed. + description: > + Python3 is a new version of the language that is incompatible + with the 2.x line of releases. The language is mostly the + same, but many details, especially how built-in objects like + dictionaries and strings work, have changed considerably, and + a lot of deprecated features have finally been removed. license: module: [Python] dependencies: