Skip to content

Commit

Permalink
Removed .. code-block syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
devmaxde committed Dec 3, 2024
1 parent a0416c3 commit 027a32b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions metricq/cli/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,7 @@ class TemplateStringParam(ParamType):
In this example, the user can provide a username with the --user option. If not set, $USER will be used.
The TemplateString Param will then replace the $USER with the actual username.
**example implementation:**
.. code-block:: python
**Example**::
from click import option
Expand All @@ -290,7 +288,6 @@ def metric_example(
if __name__ == "__main__":
metric_example()
..
"""

Expand Down

0 comments on commit 027a32b

Please sign in to comment.