Skip to content

Commit

Permalink
change case from autoDAG to autoDag
Browse files Browse the repository at this point in the history
  • Loading branch information
billbsing committed Feb 20, 2020
1 parent af6e482 commit 887b0aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/web3.miner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The following methods are available on the ``web3.geth.miner`` namespace.
>>> web3.geth.miner.start_auto_dag()
.. py:method:: GethMiner.startAutoDAG()
.. py:method:: GethMiner.startAutoDag()
.. warning:: Deprecated: This method is deprecated in favor of
:meth:`~GethMiner.start_auto_dag`
Expand All @@ -114,7 +114,7 @@ The following methods are available on the ``web3.geth.miner`` namespace.
>>> web3.geth.miner.stop_auto_dag()
.. py:method:: GethMiner.stopAutoDAG()
.. py:method:: GethMiner.stopAutoDag()
.. warning:: Deprecated: This method is deprecated in favor of
:meth:`~GethMiner.stop_auto_dag`

0 comments on commit 887b0aa

Please sign in to comment.