Skip to content

Commit

Permalink
Update resource_handlers.rst (#2348)
Browse files Browse the repository at this point in the history
  • Loading branch information
feiyuhuahuo authored Aug 23, 2024
1 parent 072101f commit 3808448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/programming_guide/resource_handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Adding Your Own Resource Handles
You may want to define your own resource handles for various reasons.

The :py:func:`arcade.resources.add_resource_handle` function allows you
to do this. However, this functionrequires you to first find the absolute
to do this. However, this function requires you to first find the absolute
path of the folder you would like to add.


Expand Down Expand Up @@ -341,7 +341,7 @@ build command.
When the executable is ran, the files and folders are unbundled and placed inside a temporary location, (on Window's
this is normally ``C:\Users\UserName\AppData\Local\Temp``). This includes an exact copy of your data directory and it is
from here that your application is ran from. To ensure that the running executable correctly finds this data directory,
we can use the ``__file__`` dunder variable to locate temporary folder's location.
we can use the ``__file__`` variable to locate temporary folder's location.

.. code-block:: Python
Expand Down

0 comments on commit 3808448

Please sign in to comment.