Skip to content

Commit 6a0405d

Browse files
Fix some documentation issues
1 parent 238746d commit 6a0405d

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

docs/apinotes/AudioVideoBridging.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
API Notes: AudioVideoBridging framework
2+
=======================================
3+
4+
Apple documentation
5+
-------------------
6+
7+
The full API is described in `Apple's documentation`__, both
8+
the C and Objective-C APIs are available (but see the `API Notes`_ below).
9+
10+
.. __: https://developer.apple.com/documentation/audiovideobridging?language=objc
11+
12+
These bindings are accessed through the ``AudioVideoBridging`` package (that is, ``import AudioVideoBridging``).
13+
14+
15+
API Notes
16+
---------
17+
18+
19+
.. note::
20+
21+
This framework is only available on macOS 10.8 and later.

docs/notes/framework-wrappers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The framework name links to API notes for that framework, the python packages li
160160
+--------------------------------------------------------------------------------------+------------------------------------------------------+-----------------------------------------+
161161
| :doc:`CoreServices/LauchServices </apinotes/LaunchServices>` | `pyobjc-framework-LaunchServices`_ | |
162162
+--------------------------------------------------------------------------------------+------------------------------------------------------+-----------------------------------------+
163-
| :doc:`CoreServices/SharedFileList </apinotes/LaunchServices>` | `pyobjc-framweork-LaunchServices`_ | Use "import LaunchServices" |
163+
| :doc:`CoreServices/SharedFileList </apinotes/LaunchServices>` | `pyobjc-framework-LaunchServices`_ | Use "import LaunchServices" |
164164
+--------------------------------------------------------------------------------------+------------------------------------------------------+-----------------------------------------+
165165
| :doc:`CoreServices/FSEvents </apinotes/FSEvents>` | `pyobjc-framework-FSEvents`_ | |
166166
+--------------------------------------------------------------------------------------+------------------------------------------------------+-----------------------------------------+

0 commit comments

Comments
 (0)