Skip to content

Commit

Permalink
interaction.rst (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
MFSY authored Jul 17, 2023
1 parent c0f21ff commit 9269694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/interaction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ Formatting
forge.format(what: str = None, *args, formatter: Union[Formatter, str] = Formatter.STR, uri: str = None, **kwargs) -> str
Two type of formatters are supported:
* Formatter.STR: Default formatter. A preconfigured set of string formatters implemented as str.format(*args, **kwargs). See the Formatter section of the `configuration documentation page section <https://nexus-forge.readthedocs.io/en/v0.8.1/configuration.html>`__.
* Formatter.STR: Default formatter. A preconfigured set of string formatters implemented as `str.format(*args, **kwargs)`. See the Formatter section of the `configuration documentation page section <https://nexus-forge.readthedocs.io/en/v0.8.1/configuration.html>`__ .
.. code-block:: python
Expand Down

0 comments on commit 9269694

Please sign in to comment.