From 4c723a4ec862b2c500a82c5ca8b7dbfadd8cf451 Mon Sep 17 00:00:00 2001 From: Shammel Lee Date: Tue, 14 Feb 2023 20:21:33 -0500 Subject: [PATCH] Fix PyAssimp README typo --- port/PyAssimp/README.md | 2 +- port/PyAssimp/README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/port/PyAssimp/README.md b/port/PyAssimp/README.md index c9944f717..900003be4 100644 --- a/port/PyAssimp/README.md +++ b/port/PyAssimp/README.md @@ -76,7 +76,7 @@ $ python setup.py install ``` PyAssimp requires a assimp dynamic library (`DLL` on windows, -`.so` on linux, `.dynlib` on macOS) in order to work. The default search directories are: +`.so` on linux, `.dylib` on macOS) in order to work. The default search directories are: - the current directory - on linux additionally: `/usr/lib`, `/usr/local/lib`, `/usr/lib/x86_64-linux-gnu` diff --git a/port/PyAssimp/README.rst b/port/PyAssimp/README.rst index 03b7968f1..45624145f 100644 --- a/port/PyAssimp/README.rst +++ b/port/PyAssimp/README.rst @@ -81,7 +81,7 @@ Install ``pyassimp`` by running: $ python setup.py install PyAssimp requires a assimp dynamic library (``DLL`` on windows, ``.so`` -on linux, ``.dynlib`` on macOS) in order to work. The default search +on linux, ``.dylib`` on macOS) in order to work. The default search directories are: - the current directory