Skip to content

Commit 1ae62e5

Browse files
authored
Merge pull request #5 from ntenenz/master
Fix typo in docs
2 parents 45e0b20 + 30a0e7c commit 1ae62e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ The ``dicomweb-client`` build distribution provides client intefaces for DICOMwe
88

99
The :mod:`dicomweb_client` Python package exposes
1010

11-
* Active Programming Interface (API) (see :mod:`api <dicomweb_client.api>` module)
11+
* Application Programming Interface (API) (see :mod:`api <dicomweb_client.api>` module)
1212
* Command Line Interface (CLI) (see :mod:`cli <dicomweb_client.cli>` module)

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The client can be used with any DICOMweb server, such as `dcm4che <http://www.dc
77

88
.. _api:
99

10-
Active Programming Interface (API)
10+
Application Programming Interface (API)
1111
----------------------------------
1212

1313
To interact with a publicly accessible server, you only need to provide the ``url`` for the server address.

src/dicomweb_client/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'''Active Programming Interface (API).'''
1+
'''Application Programming Interface (API).'''
22
import re
33
import os
44
import sys

0 commit comments

Comments
 (0)