diff --git a/pyobjc-core/Doc/intro.rst b/pyobjc-core/Doc/intro.rst index 7c337158c8..97f663ed06 100644 --- a/pyobjc-core/Doc/intro.rst +++ b/pyobjc-core/Doc/intro.rst @@ -481,7 +481,7 @@ be globally unique per process, including across Python modules. That is, it is *not* possible to have two Python modules that define a class with the same name. It is conventional to choose class names with a short prefix that uniquely identify your project or company. For example, Apple uses ``NS`` -as the prefix for all classes in the `Cocoa libraries`_. Note that the ``NS`` +as the prefix for all classes in the Cocoa libraries. Note that the ``NS`` prefix made much more sense when it was called NeXTstep, but persists to this day for compatibility reasons. diff --git a/pyobjc-framework-ScreenSaver/Doc/api-notes-ScreenSaver.txt b/pyobjc-framework-ScreenSaver/Doc/api-notes-ScreenSaver.txt index 1fd3b1abff..f32e96f38f 100644 --- a/pyobjc-framework-ScreenSaver/Doc/api-notes-ScreenSaver.txt +++ b/pyobjc-framework-ScreenSaver/Doc/api-notes-ScreenSaver.txt @@ -12,8 +12,7 @@ These bindings are accessed through the ``ScreenSaver`` package (that is, ``impo API Notes --------- -The PyObjC bindings for the ScreenSaver framework are complete. The -API for this framework is described in the `Screen Saver framework Reference on Apple's site`_ +The PyObjC bindings for the ScreenSaver framework are complete. Platform limitations @@ -33,5 +32,5 @@ For OSX 10.6 or later on Intel CPUs the binary must contain support for the x86_64 (64-bit Intel) code, on earlier OSX releases support for i386 (32-bit Intel) is needed. -See the section on "Binary Compatibility" in `Apple's documentation`_ +See the section on "Binary Compatibility" in Apple's documentation for more information.