aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-08-06 13:05:06 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-08-06 13:05:23 +0900
commitb35ab4513d804ac99b2b7fd67d940dd474fef774 (patch)
tree23c5e4e21d6356a5edb54d75e5a16025c35e9e2c
parentf1579a7cf54940321e5f72c2392138819caa0228 (diff)
downloadlibhinoko-b35ab4513d804ac99b2b7fd67d940dd474fef774.tar.gz
improve description about PyGObject in README
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 8a8e3fd..ae71c55 100644
--- a/README.rst
+++ b/README.rst
@@ -85,9 +85,9 @@ You can see documentation files under ``(directory-to-install)/share/doc/hinoko/
Supplemental information for language bindings
==============================================
-* `PyGObject <https://pygobject.readthedocs.io/>`_ is a dynamic loader for libraries compatible
- with g-i.
-* `hinoko-rs <https://git.kernel.org/pub/scm/libs/ieee1394/hinoko-rs.git/>`_ includes creates to
+* `PyGObject <https://pygobject.readthedocs.io/>`_ is a dynamic loader in Python 3 language for
+ libraries compatible with g-i.
+* `hinoko-rs <https://git.kernel.org/pub/scm/libs/ieee1394/hinoko-rs.git/>`_ includes crates to
use these libraries.
Loss of backward compatibility between v0.8/v0.9 releases