Skip to content

Commit

Permalink
py:meth - py:attr mixup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LLBlanc committed Nov 3, 2024
1 parent 02af8eb commit 344dd82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyscope/observatory/ascom_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def SetImageDataType(self):
def PulseGuide(self, Direction, Duration):
"""
Moves scope in the given direction for the given interval or time at the rate
given by the :py:meth:`ASCOMTelescope.GuideRateRightAscension` and :py:meth:`ASCOMTelescope.GuideRateDeclination` properties.
given by the :py:attr:`ASCOMTelescope.GuideRateRightAscension` and :py:attr:`ASCOMTelescope.GuideRateDeclination` properties.
Parameters
----------
Expand Down
4 changes: 2 additions & 2 deletions pyscope/observatory/camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def CameraState(self):
Possible values are at the discretion of the camera manufacturer specification.
In case of a lack of one, discretion is at the developer.
See :py:meth:`ASCOMCamera.CameraState` for an example.
See :py:attr:`ASCOMCamera.CameraState` for an example.
"""
pass

Expand Down Expand Up @@ -596,7 +596,7 @@ def SensorType(self):
Possible types and the corresponding values are at the discretion of the camera manufacturer.
In case of a lack of specification, discretion is at the developer.
See :py:meth:`ASCOMCamera.SensorType` for an example.
See :py:attr:`ASCOMCamera.SensorType` for an example.
"""
pass

Expand Down

0 comments on commit 344dd82

Please sign in to comment.