Skip to content

Commit

Permalink
whitespace in README
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsnlp committed Nov 20, 2023
1 parent 0600268 commit 1e69784
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ For documentation and examples, see https://hfst.github.io/python/index.html.

## Requirements

Compiling hfst from source requires at least C++ compiler (tested with gcc 5.4.0),
readline and getline libraries and setuptools package for python
(tested with version 28.8.0). Swig is no longer needed as pre-generated files are
included in source distribution.
Compiling hfst from source requires at least C++ compiler (tested with gcc
5.4.0), readline and getline libraries and setuptools package for python
(tested with version 28.8.0). Swig is no longer needed as pre-generated files
are included in source distribution.

## Compiling from scratch

Expand Down Expand Up @@ -131,8 +131,8 @@ error above. If this is the case, run...
sed -i 's/class HfstException(_object):/class HfstException(Exception):/' libhfst.py
```

...after build/installation to be able to use HfstException and its subclasses in
Python.
...after build/installation to be able to use HfstException and its subclasses
in Python.

## Links

Expand Down

0 comments on commit 1e69784

Please sign in to comment.