Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Avrahami committed Jul 7, 2024
1 parent 51540f0 commit 474f18f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7,070 deletions.
2 changes: 1 addition & 1 deletion docs/infer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Attributes inferred by :func:`inferred_env_var` can be overridden by specifying
Automatic Argument Inferrence
------------------------------------

When using :func:`env_var` to create schema environment variables, it might be useful to automatically infer the arguments from the type's argument annotation altogether. This can be done by supplying ``args=...`` to the :func:`env_var` function.
When using :func:`~envvar.env_var` to create schema environment variables, it might be useful to automatically infer the arguments from the type's argument annotation altogether. This can be done by supplying ``args=...`` to the :func:`~envvar.env_var` function.

.. code-block:: python
Expand Down
Loading

0 comments on commit 474f18f

Please sign in to comment.