Skip to content

Commit

Permalink
Merge pull request #253 from younggentech/develop
Browse files Browse the repository at this point in the history
Doc-string Change
Thanks, @younggentech I appreciate it :-)
  • Loading branch information
cleder committed Oct 29, 2023
2 parents 401c43b + 60b2dc6 commit c60ab38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fastkml/atom.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ def check_email(email: str) -> bool:

class Link(_XMLObject):
"""
Identifies a related Web page. The type of relation is defined by
the rel attribute. A feed is limited to one alternate per type and
hreflang.
Identifies a related Web page. The rel attribute defines the type of relation.
A feed is limited to one alternate per type and hreflang.
<link> is patterned after html's link element. It has one required
attribute, href, and five optional attributes: rel, type, hreflang,
title, and length.
Expand Down

0 comments on commit c60ab38

Please sign in to comment.