Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LBeaudoux/iso639
Browse files Browse the repository at this point in the history
  • Loading branch information
LBeaudoux committed Aug 20, 2021
2 parents c3f6a63 + 81b6f28 commit bb25091
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,6 @@ Begin by importing the `Lang` class:
''
```

An instance of `Lang` can be modified.
```python
>>> lg.pt1 = 'de'
>>> lg.name
'German'
```

`Lang` instances are comparable to each other.
```python
>>> other_lg = Lang("deu")
>>> lg == other_lg
True
```

You can easily get the macrolanguage of an individual language.
```python
>>> lg = Lang("Wu Chinese")
Expand Down

0 comments on commit bb25091

Please sign in to comment.