Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lint] update and fix linter issues #12117

Merged
merged 6 commits into from
Mar 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update storagebackends.rst
Use emphasized text for parameter names.
  • Loading branch information
picnixz committed Mar 17, 2024
commit a7f8b0e4eb427ad182d729f0a86c226fac00aeb2
2 changes: 1 addition & 1 deletion doc/usage/advanced/websupport/storagebackends.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Storage Backends

To create a custom storage backend you will need to subclass the
:class:`StorageBackend` class. Then create an instance of the new class and
pass that as the ``storage`` keyword argument when you create the
pass that as the *storage* keyword argument when you create the
:class:`~.WebSupport` object::

support = WebSupport(srcdir=srcdir,
Expand Down