Skip to content

Commit

Permalink
Fix API documentation (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansnfernand authored Oct 26, 2023
1 parent b76f3cf commit 5fd66a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ansys/sherlock/core/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ def launch_sherlock(
Examples
--------
>>> from ansys.sherlock.core import launcher
>>> launch_sherlock()
>>> launcher.launch_sherlock()
>>> from ansys.sherlock.core import launcher
>>> launch_sherlock(port=9092)
>>> launcher.launch_sherlock(port=9092)
>>> from ansys.sherlock.core import launcher
>>> project = "C:\\Default Projects Directory\\ODB++ Tutorial"
>>> launch_sherlock(port=9092, single_project_path=project)
>>> launcher.launch_sherlock(port=9092, single_project_path=project)
"""
try:
Expand Down

0 comments on commit 5fd66a9

Please sign in to comment.