Skip to content

Commit

Permalink
small docstring changes on __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLeeh authored and MrLeeh committed Jul 23, 2015
1 parent 0105bd0 commit b3c94f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyads/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#-*- coding: utf-8 -*-

"""
@requires: ctypes, Beckhoff TwinCAT mit ADS-DLL
@version: 1
@note: Wrapper for the Beckhoff TwinCAT AdsDLL.dll
:requires: ctypes, Beckhoff TwinCAT with ADS-DLL
:note: Wrapper for the Beckhoff TwinCAT AdsDLL.dll
pyads uses the C API *AdsDLL.dll*. The documentation for the ADS API is available on U{infosys.beckhoff.de<http://infosys.beckhoff.de/index.php?content=../content/1031/TcAdsDll2/HTML/TcAdsDll_Api_Overview.htm&id=>}
*pyads* uses the C API *AdsDLL.dll*. The documentation for the ADS API is
available on `infosys.backhoff.com <http://infosys.beckhoff.com/english.php?content=../content/1033/tcadsdll2/html/tcadsdll_api_overview.htm&id=20557>`_.
**samples:**
Expand Down

0 comments on commit b3c94f4

Please sign in to comment.