From 0cd4291a7849236591800fee1c5bf0d200776352 Mon Sep 17 00:00:00 2001 From: feltcat <58396817+feltcat@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:13:08 +0100 Subject: [PATCH] Fix some typos --- README.rst | 2 +- doc/install.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f846f31..c021a93 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ Installing ---------- Installation can be done through pip to pull the most recently tagged release. -To see instructions on running from sounce, see the relevant documentation on +To see instructions on running from source, see the relevant documentation on `installing from source`_. .. _installing from source: http://pywayland.readthedocs.org/en/latest/install.html#installing-from-source diff --git a/doc/install.rst b/doc/install.rst index 275cf7b..d6be320 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -96,7 +96,7 @@ Once the protocol files are created, you can generate the cffi module. Note: this is only required if you want to run from the source in place. If the libwayland header files are correctly installed, you will just need to run:: - $ python pywaland/ffi_build.py + $ python pywayland/ffi_build.py At this point, you should be able to use the PyWayland library. You can check that you have everything installed correctly by running the associated