Skip to content

Commit 494e657

Browse files
style: pre-commit fixes
1 parent e635e80 commit 494e657

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/pages/guides/docs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,10 +700,10 @@ contents to:
700700
```
701701
702702
Where the triple colon syntax is used to specify what documentation you would
703-
like built. In this case, we are asking to document the entire module `my_module`
704-
(and all classes and functions within it) which is located in `my_package`. You
705-
could instead ask for only a single component inside your module by being more
706-
specific, like `::: my_package.my_module.MyClass`.
703+
like built. In this case, we are asking to document the entire module
704+
`my_module` (and all classes and functions within it) which is located in
705+
`my_package`. You could instead ask for only a single component inside your
706+
module by being more specific, like `::: my_package.my_module.MyClass`.
707707

708708
{% endtab %} {% endtabs %}
709709

0 commit comments

Comments
 (0)