Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 3, 2023
1 parent f579b72 commit 831e284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asdf/_block/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ReadBlocks(collections.UserList):
A list of ReadBlock instances.
A simple list can't be used as other code will need
to genearate a weakref to instances of this class
to generate a weakref to instances of this class
(and it is not possible to generate a weakref to a list).
"""

Expand Down
2 changes: 1 addition & 1 deletion docs/asdf/extending/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Installing resources via AsdfConfig

The simplest way to install a resource into `asdf` is to add it at runtime using the
`AsdfConfig.add_resource_mapping <asdf.config.AsdfConfig.add_resource_mapping>` method.
For example, the following code istalls a schema for use with the `asdf.AsdfFile`
For example, the following code installs a schema for use with the `asdf.AsdfFile`
custom_schema argument:

.. code-block:: python
Expand Down

0 comments on commit 831e284

Please sign in to comment.