Skip to content

Commit

Permalink
Two more link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldoussoren committed Dec 6, 2016
1 parent bdccb6f commit 6cf5982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyobjc-core/Doc/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
5 changes: 2 additions & 3 deletions pyobjc-framework-ScreenSaver/Doc/api-notes-ScreenSaver.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 6cf5982

Please sign in to comment.